Holds commands that can be used by a RadTimeSpanPicker.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public static class TimeSpanPickerCommands
Inheritance: objectTimeSpanPickerCommands
Properties
Gets value that represents the Clear RadTimeSpanPicker command which clears the value of the RadTimeSpanPicker.
C#
public static ICommand Clear { get; }
The Clear command.
Gets value that represents the Close RadTimeSpanPicker command which closes the RadTimeSpanPicker drop down.
C#
public static ICommand Close { get; }
The Close command.