Class
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:

cs-api-definition
public static class RadDockingCommands

Inheritance: objectRadDockingCommands

Properties

Close

Gets value that represents the close RadPane command.

Declaration

cs-api-definition
public static RoutedUICommand Close { get; }

Property Value

RoutedUICommand

The close command.

ClosePane

Gets value that represents the ClosePane RadDocking command.

Declaration

cs-api-definition
public static RoutedUICommand ClosePane { get; }

Property Value

RoutedUICommand

The close command.

ContextMenuOpen

Gets value that represents the ToggleButtonOpen PaneHeader command.

Declaration

cs-api-definition
public static RoutedUICommand ContextMenuOpen { get; }

Property Value

RoutedUICommand

Dockable

Gets value that represents the Dockable RadPane command.

Declaration

cs-api-definition
public static RoutedUICommand Dockable { get; }

Property Value

RoutedUICommand

Floating

Gets value that represents the Floating RadPane command.

Declaration

cs-api-definition
public static RoutedUICommand Floating { get; }

Property Value

RoutedUICommand

PaneHeaderMenuOpen

Gets value that represents the PaneHeaderMenuOpen command.

Declaration

cs-api-definition
public static RoutedUICommand PaneHeaderMenuOpen { get; }

Property Value

RoutedUICommand

Pin

Gets value that represents the Pin RadPane command.

Declaration

cs-api-definition
public static RoutedUICommand Pin { get; }

Property Value

RoutedUICommand

The pin command.

TabbedDocument

Gets value that represents the TabbedDocument RadPane command.

Declaration

cs-api-definition
public static RoutedUICommand TabbedDocument { get; }

Property Value

RoutedUICommand