Class WindowCommands
Inheritance
System.Object
WindowCommands
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WindowCommands : Object
Constructors
WindowCommands()
Declaration
public WindowCommands()
Properties
Cancel
Declaration
public static ICommand Cancel { get; }
Property Value
System.
|
Close
Declaration
public static ICommand Close { get; }
Property Value
System.
|
Confirm
Declaration
public static ICommand Confirm { get; }
Property Value
System.
|
Maximize
Declaration
public static ICommand Maximize { get; }
Property Value
System.
|
Minimize
Declaration
public static ICommand Minimize { get; }
Property Value
System.
|
Restore
Declaration
public static ICommand Restore { get; }
Property Value
System.
|