DateTimePickerClock
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:
C#
public class DateTimePickerClock : RadClock, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Inheritance: objectItemsControlSelectorListControlRadListBoxRadClockDateTimePickerClock...
Implements:
Inherited Members
Constructors
Initializes a new instance of the DateTimePickerClock class.
C#
public DateTimePickerClock()
Methods
Generates the items source.
C#
protected override IEnumerable GenerateItemsSource()
The collection that is used to generate the item source of the control.
Overrides: