Class PopupCommands
Provides a set of popup related commands.
Inheritance
System.Object
PopupCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class PopupCommands
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
|