Class
RadRibbonCommands

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:

cs-api-definition
public static class RadRibbonCommands

Inheritance: objectRadRibbonCommands

Properties

CloseWindow

Gets the close window command.

Declaration

cs-api-definition
public static RoutedCommand CloseWindow { get; }

Property Value

RoutedCommand

The close window.

MaximizeWindow

Gets the maximize window.

Declaration

cs-api-definition
public static RoutedCommand MaximizeWindow { get; }

Property Value

RoutedCommand

The maximize window.

MinimizeWindow

Gets the minimize window.

Declaration

cs-api-definition
public static RoutedCommand MinimizeWindow { get; }

Property Value

RoutedCommand

The minimize window.

RestoreWindow

Gets the restore window.

Declaration

cs-api-definition
public static RoutedCommand RestoreWindow { get; }

Property Value

RoutedCommand

The restore window.