Class RibbonCommands
Available Ribbon Routed commands.
Inheritance
System.Object
RibbonCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public static class RibbonCommands : Object
Properties
CloseBackstage
Gets the Minimize ribbon routed command.
Declaration
public static RoutedUICommand CloseBackstage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
MinimizeRibbonCommand
Gets the Minimize ribbon routed command.
Declaration
public static RoutedUICommand MinimizeRibbonCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ToggleLayoutModeCommand
Gets the Toggle ribbon layout routed command.
Declaration
public static RoutedUICommand ToggleLayoutModeCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ToggleQATPositionCommand
Gets the Toggle ribbon's QAT position routed command.
Declaration
public static RoutedUICommand ToggleQATPositionCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|