Name | Type | Default | Description |
AutoSwitchToMinutes | bool | false | Sets or gets whether after selecting hours, the element will automatically switch to minute selection. |
Disabled | bool | false | Enables or disables the element. |
Footer | bool | false | Determines whether the footer section of the element is visible or not. |
FooterTemplate | object | N/A | Sets or gets the footer template. The value of this property can be the id of an HTMLTemplateElement or the HTMLTemplateElement itself. If set to null, a default, empty, template is applied. |
Format | TimePickerFormat | TimePickerFormat.12Hour | Determines the hour selection format. |
Locale | string | "en" | Sets or gets the language. Used in conjunction with the property messages. |
Messages | object | N/A | Sets or gets an object specifying strings used in the widget that can be localized. Used in conjunction with the property language. |
MinuteInterval | int | 1 | Sets or gets the step when selecting minutes. |
Name | string | "" | Sets or gets the name attribute for the element. Name is used when submiting HTML forms. |
Readonly | bool | false | Disables user interaction with the element. |
RightToLeft | bool | false | Sets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts. |
Selection | TimePickerSelection | TimePickerSelection.Hour | Determines the view that is currently being shown. By default the hours view is visible. |
Theme | string | "" | Determines the theme. Theme defines the look of the element |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
Value | object | new Date() | Sets or gets the value of the element. The value can be a valid Date object or a string representing a valid time. |
View | ViewLayout | ViewLayout.Portrait | Determines whether the element is in landscape or portrait mode. |