Class TimeSpanPickerCommands
Holds commands that can be used by a RadTimeSpanPicker.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class TimeSpanPickerCommands
Properties
Clear
Gets value that represents the Clear RadTimeSpanPicker command which clears the value of the RadTimeSpanPicker.
Declaration
public static ICommand Clear { get; }
Property Value
System.Windows.Input.ICommand
The Clear command. |
Close
Gets value that represents the Close RadTimeSpanPicker command which closes the RadTimeSpanPicker drop down.
Declaration
public static ICommand Close { get; }
Property Value
System.Windows.Input.ICommand
The Close command. |