Class DateTimePickerClock
Represents a selection control that allows you to select time from grid.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class DateTimePickerClock : RadClock, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo, IThemable
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. |