Class RadDateTimePickerCommands
Registers in the CommandManager all the commands that RadDateTimePicker exposes.
Inheritance
System.Object
RadDateTimePickerCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class RadDateTimePickerCommands : Object
Properties
Close
Gets the Close command.
Declaration
public static RoutedUICommand Close { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SetToday
Gets the SetToday command.
Declaration
public static RoutedUICommand SetToday { get; }
Property Value
System.Windows.Input.RoutedUICommand
|