| MaskedEditBox |
Gets the masked edit box. |
| DropDownButton |
Gets the drop-down button. |
| UpButton |
Gets the up arrow button. |
| DownButton |
Gets the down arrow button. |
| PopupForm |
Gets the pop-up form. |
| SpinButtonsStackLayout |
Gets the Telerik.WinControls.UI.StackLayoutElement that contains the spin buttons. |
| PopupMinSize |
Determines the minimum size of the pop-up. |
| Format |
Gets or sets the format string. |
| ColumnsCount |
Gets or sets the number of the columns in the hour/minutes tables in the drop down. |
| HeadersHeight |
Gets or sets the size of the headers (clock, hours and minutes headers) in the drop down. |
| ButtonPanelHeight |
Sets or gets the height of the buttons panel at the bottom of the drop down. |
| TableWidth |
Gets or sets the width of the hours and minutes tables in the drop down. |
| TimeTables |
Allows you to choose between one table or two tables to display both hours and minutes. |
| ShowSpinButtons |
Indicates whether to show the spin buttons. |
| ClockPosition |
Gets or sets the position of the clock according to the tables. Currently possible options – ClockBeforeTables, ClockAboveTables and HideClock. |
| Step |
Gets or sets the minutes step. |
| ReadOnly |
Makes the control read only – can’t type in it, or change its value from the UI. Also the drop down cannot be opened. |
| NullText |
This property determines the text displayed in RadTimeOnlyPicker when the Value is null. |
| Value |
Used to get or set the control value. It accepts an object of type TimeOnly. |
| MaxValue |
Get or set the maximal time value assigned to the control. |
| MinValue |
Get or set the minimal time value assigned to the control. |
| RowHeight |
Gets or sets the height of the rows in the hour/minutes tables in the drop down. |
| Culture |
Determines the language of the drop down and the editable area. From here you can control if the format is 12 ("en-US") or 24 hours ("en-UK"). |
| TimeOnlyPickerElement |
Gives access the RadTimeOnlyPickerElement. |