Class RadDockingCommands
Provides access to all available commands in RadDocking control and its child controls.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public static class RadDockingCommands : Object
Properties
Close
Gets value that represents the close RadPane command.
Declaration
public static RoutedUICommand Close { get; }
Property Value
RoutedUICommand
The close command. |
ClosePane
Gets value that represents the ClosePane RadDocking command.
Declaration
public static RoutedUICommand ClosePane { get; }
Property Value
RoutedUICommand
The close command. |
ContextMenuOpen
Gets value that represents the ToggleButtonOpen PaneHeader command.
Declaration
public static RoutedUICommand ContextMenuOpen { get; }
Property Value
RoutedUICommand
|
Dockable
Gets value that represents the Dockable RadPane command.
Declaration
public static RoutedUICommand Dockable { get; }
Property Value
RoutedUICommand
|
Floating
Gets value that represents the Floating RadPane command.
Declaration
public static RoutedUICommand Floating { get; }
Property Value
RoutedUICommand
|
PaneHeaderMenuOpen
Gets value that represents the PaneHeaderMenuOpen command.
Declaration
public static RoutedUICommand PaneHeaderMenuOpen { get; }
Property Value
RoutedUICommand
|
Pin
Gets value that represents the Pin RadPane command.
Declaration
public static RoutedUICommand Pin { get; }
Property Value
RoutedUICommand
The pin command. |
TabbedDocument
Gets value that represents the TabbedDocument RadPane command.
Declaration
public static RoutedUICommand TabbedDocument { get; }
Property Value
RoutedUICommand
|