RadDockingCommands
Provides static members for managing commands associated with RadDocking panes, such as closing, pinning, making panes floating or dockable, and managing context menus. This class encapsulates a set of routed UI commands that can be utilized in the context of a user interface implementing RadDocking, enabling the manipulation and control of pane behavior in a consistent manner.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public static class RadDockingCommands
Inheritance: objectRadDockingCommands
Properties
Close
RoutedUICommand
Gets value that represents the close RadPane command.
public static RoutedUICommand Close { get; }
The close command.
ClosePane
RoutedUICommand
Gets value that represents the ClosePane RadDocking command.
public static RoutedUICommand ClosePane { get; }
The close command.
ContextMenuOpen
RoutedUICommand
Gets value that represents the ToggleButtonOpen PaneHeader command.
public static RoutedUICommand ContextMenuOpen { get; }
Dockable
RoutedUICommand
Gets value that represents the Dockable RadPane command.
public static RoutedUICommand Dockable { get; }
Floating
RoutedUICommand
Gets value that represents the Floating RadPane command.
public static RoutedUICommand Floating { get; }
PaneHeaderMenuOpen
RoutedUICommand
Gets value that represents the PaneHeaderMenuOpen command.
public static RoutedUICommand PaneHeaderMenuOpen { get; }
Pin
RoutedUICommand
Gets value that represents the Pin RadPane command.
public static RoutedUICommand Pin { get; }
The pin command.
TabbedDocument
RoutedUICommand
Gets value that represents the TabbedDocument RadPane command.
public static RoutedUICommand TabbedDocument { get; }