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