New to Telerik UI for WPFStart a free 30-day trial

All commands that the TimeBarBase and RadTimeBar expose.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public static class RadTimeBarCommands

Inheritance: objectRadTimeBarCommands

Properties

CenterSelection

RoutedUICommand

Gets value that represents the center selection command.

C#
public static RoutedUICommand CenterSelection { get; }
Property Value:

The center selection command.

ExpandVisiblePeriod

RoutedUICommand

Gets value that represents the expand visible period range to period range command.

C#
public static RoutedUICommand ExpandVisiblePeriod { get; }
Property Value:

The expand visible period range to period range command.

Gets value that represents the expand visible period end to period end command.

C#
public static RoutedUICommand ExpandVisiblePeriodToEnd { get; }
Property Value:

The expand visible period end to period end command.

Gets value that represents the expand visible period start to period start command.

C#
public static RoutedUICommand ExpandVisiblePeriodToStart { get; }
Property Value:

The expand visible period start to period start command.

SelectGroupInterval

RoutedUICommand

Gets value that represents the select group interval command.

C#
public static RoutedUICommand SelectGroupInterval { get; }
Property Value:

The select group interval command.

SelectGroupIntervalEnd

RoutedUICommand

Gets value that represents the select group interval end command.

C#
public static RoutedUICommand SelectGroupIntervalEnd { get; }
Property Value:

The select group interval end command.

Gets value that represents the select group interval start command.

C#
public static RoutedUICommand SelectGroupIntervalStart { get; }
Property Value:

The select group interval start command.