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

Available Ribbon Routed commands.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public static class RibbonCommands

Inheritance: objectRibbonCommands

Properties

CloseBackstage

RoutedUICommand

Gets the Minimize ribbon routed command.

C#
public static RoutedUICommand CloseBackstage { get; }

MinimizeRibbonCommand

RoutedUICommand

Gets the Minimize ribbon routed command.

C#
public static RoutedUICommand MinimizeRibbonCommand { get; }

Gets the Toggle ribbon layout routed command.

C#
public static RoutedUICommand ToggleLayoutModeCommand { get; }

Gets the Toggle ribbon's QAT position routed command.

C#
public static RoutedUICommand ToggleQATPositionCommand { get; }