ClassDateTimePickerClock
Class
Represents a selection control that allows you to select time from grid.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class DateTimePickerClock : RadClock, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Inheritance: objectItemsControlSelectorListControlRadListBoxRadClockDateTimePickerClock
Implements:
Inherited Members
Constructors
DateTimePickerClock()
Initializes a new instance of the DateTimePickerClock class.
Declaration
cs-api-definition
public DateTimePickerClock()
Methods
GenerateItemsSource()
Generates the items source.
Declaration
cs-api-definition
protected override IEnumerable GenerateItemsSource()
Returns
The collection that is used to generate the item source of the control.
Overrides