New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
ValueUsed to get or set the control value. It accepts an object of type DateTime, where only the time part is taken under consideration.
CultureDetermines 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").
CloseButtonTextGets or sets the text of the button in the drop down
RowHeightGets or sets the height of the rows in the hour/minutes tables in the drop down.
ColumnsCountGets or sets the number of the columns in the hour/minutes tables in the drop down.
HeadersHeightGets or sets the size of the headers (clock, hours and minutes headers) in the drop down.
ButtonPanelHeightSets or gets the height of the buttons panel at the bottom of the drop down.
TableWidthGets or sets the width of the hours and minutes tables in the drop down.
ClockPositionGets or sets the position of the clock according to the tables. Currently possible options – ClockBeforeTables, ClockAboveTables and HideClock.
TimeTablesAllows you to choose between one table or two tables to display both hours and minutes.
StepGets or sets the minutes step.
ReadOnlyMakes the control read only – can’t type in it, or change its value from the UI. Also the drop down cannot be opened.
NullTextThis property determines the text displayed in RadTimePicker when the Value is null.
MaxValueGet or set the maximal time value assigned to the control.
MinValueGet or set the minimal time value assigned to the control.
TimePickerElementGives access the RadTimePickerElement.

Events

EventsDescription
ValueChangingCancelable event, occurs when the value is changing.
ValueChangedoccurs when the value is changed.
TimeCellFormattingoccurs when a cell is being created/shown. Used for formatting the cell’s appearance.

See Also

In this article
EventsSee Also
Not finding the help you need?
Contact Support