Class PopupCommands
Provides a set of popup related commands.
Inheritance
System.Object
PopupCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class PopupCommands : Object
Properties
Close
Gets the value that represents the Close command.
Declaration
public static ICommand Close { get; }
Property Value
System.Windows.Input.ICommand
|
CloseAll
Gets the value that represents the CloseAll command.
Declaration
public static ICommand CloseAll { get; }
Property Value
System.Windows.Input.ICommand
|