Class
WindowCommands

Holds commands that can be used by a window.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class WindowCommands

Inheritance: objectWindowCommands

Constructors

WindowCommands()

Declaration

cs-api-definition
public WindowCommands()

Properties

Cancel

Gets value that represents the Cancel window command.

Declaration

cs-api-definition
public static ICommand Cancel { get; }

Property Value

ICommand

The Cancel command.

Close

Gets value that represents the close window command.

Declaration

cs-api-definition
public static ICommand Close { get; }

Property Value

ICommand

The close command.

Confirm

Gets value that represents the Confirm window command.

Declaration

cs-api-definition
public static ICommand Confirm { get; }

Property Value

ICommand

The Confirm command.

Maximize

Gets value that represents the maximize window command.

Declaration

cs-api-definition
public static ICommand Maximize { get; }

Property Value

ICommand

The maximize command.

Minimize

Gets value that represents the minimize window command.

Declaration

cs-api-definition
public static ICommand Minimize { get; }

Property Value

ICommand

The minimize command.

Restore

Gets value that represents the restore window command.

Declaration

cs-api-definition
public static ICommand Restore { get; }

Property Value

ICommand

The restore command.