ClassWindowCommands
Class
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
The Cancel command.
Close
Gets value that represents the close window command.
Declaration
cs-api-definition
public static ICommand Close { get; }
Property Value
The close command.
Confirm
Gets value that represents the Confirm window command.
Declaration
cs-api-definition
public static ICommand Confirm { get; }
Property Value
The Confirm command.
Maximize
Gets value that represents the maximize window command.
Declaration
cs-api-definition
public static ICommand Maximize { get; }
Property Value
The maximize command.
Minimize
Gets value that represents the minimize window command.
Declaration
cs-api-definition
public static ICommand Minimize { get; }
Property Value
The minimize command.