Interface ITimePicker
Defines the ITimePicker.
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ITimePicker : IBaseComponent
Properties
AllowEdit
Gets or sets a value indicating whether editing is enabled.
Declaration
bool AllowEdit { get; set; }
Property Value
Type |
---|
System.Boolean |
CssClass
Gets or sets the css class.
Declaration
string CssClass { get; set; }
Property Value
Type |
---|
System.String |
Enabled
Gets or sets a value indicating whether the component is disabled.
Declaration
bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
EnablePersistence
Gets or sets a value indicating whether persistence is enabled.
Declaration
bool EnablePersistence { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableRtl
Gets or sets a value indicating whether rtl mode is enabled.
Declaration
bool EnableRtl { get; set; }
Property Value
Type |
---|
System.Boolean |
FloatLabelType
Gets or sets the floatLabel type.
Declaration
FloatLabelType FloatLabelType { get; set; }
Property Value
Type |
---|
FloatLabelType |
Format
Gets or sets the format.
Declaration
string Format { get; set; }
Property Value
Type |
---|
System.String |
HtmlAttributes
Gets or sets the html attributes.
Declaration
object HtmlAttributes { get; set; }
Property Value
Type |
---|
System.Object |
KeyConfigs
Gets or sets the key configurations.
Declaration
object KeyConfigs { get; set; }
Property Value
Type |
---|
System.Object |
Locale
Gets or sets the locale.
Declaration
string Locale { get; set; }
Property Value
Type |
---|
System.String |
Max
Gets or sets the maximum date and time value.
Declaration
DateTime Max { get; set; }
Property Value
Type |
---|
System.DateTime |
Min
Gets or sets the minimum date and time value.
Declaration
DateTime Min { get; set; }
Property Value
Type |
---|
System.DateTime |
Placeholder
Gets or sets the placeholder.
Declaration
string Placeholder { get; set; }
Property Value
Type |
---|
System.String |
Readonly
Gets or sets a value indicating whether Readonly.
Declaration
bool Readonly { get; set; }
Property Value
Type |
---|
System.Boolean |
ScrollTo
Gets or sets the ScrollTo property.
Declaration
Nullable<DateTime> ScrollTo { get; set; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
ShowClearButton
Gets or sets a value indicating whether clear button is enabled.
Declaration
bool ShowClearButton { get; set; }
Property Value
Type |
---|
System.Boolean |
Step
Gets or sets the step.
Declaration
int Step { get; set; }
Property Value
Type |
---|
System.Int32 |
StrictMode
Gets or sets a value indicating whether strict mode is enabled.
Declaration
bool StrictMode { get; set; }
Property Value
Type |
---|
System.Boolean |
Width
Gets or sets the width.
Declaration
string Width { get; set; }
Property Value
Type |
---|
System.String |
ZIndex
Gets or sets the Z-index.
Declaration
int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |