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

Provides a set of predefined commands for managing window operations in applications with a RadRibbonView.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public static class RadRibbonCommands

Inheritance: objectRadRibbonCommands

Properties

CloseWindow

RoutedCommand

Gets the close window command.

C#
public static RoutedCommand CloseWindow { get; }
Property Value:

The close window.

MaximizeWindow

RoutedCommand

Gets the maximize window.

C#
public static RoutedCommand MaximizeWindow { get; }
Property Value:

The maximize window.

MinimizeWindow

RoutedCommand

Gets the minimize window.

C#
public static RoutedCommand MinimizeWindow { get; }
Property Value:

The minimize window.

RestoreWindow

RoutedCommand

Gets the restore window.

C#
public static RoutedCommand RestoreWindow { get; }
Property Value:

The restore window.