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

Holds commands that can be used by a window.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public static class WindowCommands

Inheritance: objectWindowCommands

Properties

Cancel

RoutedUICommand

Gets value that represents the Cancel window command.

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

The Cancel command.

Close

RoutedUICommand

Gets value that represents the close window command.

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

The close command.

Confirm

RoutedUICommand

Gets value that represents the Confirm window command.

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

The Confirm command.

Maximize

RoutedUICommand

Gets value that represents the maximize window command.

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

The maximize command.

Minimize

RoutedUICommand

Gets value that represents the minimize window command.

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

The minimize command.

Restore

RoutedUICommand

Gets value that represents the restore window command.

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

The restore command.