ClassTelerikTimePicker<T>
The class for the DatePicker component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
T
Syntax:
public class TelerikTimePicker<T> : TelerikPickerBase<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikInputBase<T>TelerikPickerBase<T>TelerikTimePicker<T>
Implements:
Inherited Members
Constructors
TelerikTimePicker()
Declaration
public TelerikTimePicker()
Properties
AllowCaretMode
Specifies if a caret can be displayed during input (when possible).
Declaration
[Parameter]
public bool AllowCaretMode { get; set; }
Property Value
AutoSwitchKeys
Specifies which keys should switch date parts.
AutoSwitchParts
Specifies if date parts will be automatically switched when completed.
Declaration
[Parameter]
public bool AutoSwitchParts { get; set; }
Property Value
Format
Specifies the format of the DateInput of the TimePicker.
Declaration
[Parameter]
public override string Format { get; set; }
Property Value
Overrides
OnClose
Defines the OnClose Event which is fired before the popup of the TimePicker is closed.
Declaration
[Parameter]
public EventCallback<TimePickerCloseEventArgs> OnClose { get; set; }
Property Value
OnOpen
Defines the OnOpen Event which is fired before the popup of the TimePicker is opened.
Declaration
[Parameter]
public EventCallback<TimePickerOpenEventArgs> OnOpen { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
CloseAsync()
Hides the time picker popup.
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides