Class DesktopAlertCommands
Holds commands that can be used by a RadDesktopAlert.
Inheritance
System.Object
DesktopAlertCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class DesktopAlertCommands : Object
Properties
Close
Gets value that represents the Close DesktopAlert command.
Declaration
public static RoutedUICommand Close { get; }
Property Value
System.Windows.Input.RoutedUICommand
The Close command. |
Pin
Gets value that represents the Pin DesktopAlert command.
Declaration
public static RoutedUICommand Pin { get; }
Property Value
System.Windows.Input.RoutedUICommand
The Pin command. |