Class RadTimeBarCommands
All commands that the TimeBarBase and RadTimeBar expose.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public static class RadTimeBarCommands
Properties
CenterSelection
Gets value that represents the center selection command.
Declaration
public static RoutedUICommand CenterSelection { get; }
Property Value
System.Windows.Input.RoutedUICommand
The center selection command. |
ExpandVisiblePeriod
Gets value that represents the expand visible period range to period range command.
Declaration
public static RoutedUICommand ExpandVisiblePeriod { get; }
Property Value
System.Windows.Input.RoutedUICommand
The expand visible period range to period range command. |
ExpandVisiblePeriodToEnd
Gets value that represents the expand visible period end to period end command.
Declaration
public static RoutedUICommand ExpandVisiblePeriodToEnd { get; }
Property Value
System.Windows.Input.RoutedUICommand
The expand visible period end to period end command. |
ExpandVisiblePeriodToStart
Gets value that represents the expand visible period start to period start command.
Declaration
public static RoutedUICommand ExpandVisiblePeriodToStart { get; }
Property Value
System.Windows.Input.RoutedUICommand
The expand visible period start to period start command. |
SelectGroupInterval
Gets value that represents the select group interval command.
Declaration
public static RoutedUICommand SelectGroupInterval { get; }
Property Value
System.Windows.Input.RoutedUICommand
The select group interval command. |
SelectGroupIntervalEnd
Gets value that represents the select group interval end command.
Declaration
public static RoutedUICommand SelectGroupIntervalEnd { get; }
Property Value
System.Windows.Input.RoutedUICommand
The select group interval end command. |
SelectGroupIntervalStart
Gets value that represents the select group interval start command.
Declaration
public static RoutedUICommand SelectGroupIntervalStart { get; }
Property Value
System.Windows.Input.RoutedUICommand
The select group interval start command. |