Class TelerikTimePicker<T>
The class for the DatePicker component.
Inheritance
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikTimePicker<T> : TelerikPickerBase<T>, IDisposable, ILabelableInput, IFormatPlaceholderContainer, IStepsContainer
Type Parameters
T
|
Constructors
TelerikTimePicker()
Declaration
public TelerikTimePicker()
Properties
AllowCaretMode
Specifies if a caret can be displayed during input (when possible).
Declaration
public bool AllowCaretMode { get; set; }
Property Value
System.Boolean
|
AutoSwitchKeys
Specifies which keys should switch date parts.
Declaration
public List<object> AutoSwitchKeys { get; set; }
Property Value
System.Collections.Generic.List<System.Object>
|
AutoSwitchParts
Specifies if date parts will be automatically switched when completed.
Declaration
public bool AutoSwitchParts { get; set; }
Property Value
System.Boolean
|
Format
Specifies the format of the DateInput of the TimePicker.
Declaration
public override string Format { get; set; }
Property Value
System.String
|
Overrides
OnClose
Defines the OnClose Event which is fired before the popup of the TimePicker is closed.
Declaration
public EventCallback<TimePickerCloseEventArgs> OnClose { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<TimePickerCloseEventArgs>
|
OnOpen
Defines the OnOpen Event which is fired before the popup of the TimePicker is opened.
Declaration
public EventCallback<TimePickerOpenEventArgs> OnOpen { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<TimePickerOpenEventArgs>
|
Width
Specifies the width of the TimePicker.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Close()
Closes the component.
Declaration
public override void Close()
Overrides
CloseAsync()
Hides the time picker popup.
Declaration
public Task CloseAsync()
Returns
System.Threading.Tasks.Task
|
OnParametersSet()
Declaration
protected override void OnParametersSet()