New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public static class RadDockingCommands

Inheritance: objectRadDockingCommands

Properties

Close

RoutedUICommand

Gets value that represents the close RadPane command.

C#
public static RoutedUICommand Close { get; }
Property Value:

The close command.

ClosePane

RoutedUICommand

Gets value that represents the ClosePane RadDocking command.

C#
public static RoutedUICommand ClosePane { get; }
Property Value:

The close command.

ContextMenuOpen

RoutedUICommand

Gets value that represents the ToggleButtonOpen PaneHeader command.

C#
public static RoutedUICommand ContextMenuOpen { get; }

Dockable

RoutedUICommand

Gets value that represents the Dockable RadPane command.

C#
public static RoutedUICommand Dockable { get; }

Floating

RoutedUICommand

Gets value that represents the Floating RadPane command.

C#
public static RoutedUICommand Floating { get; }

PaneHeaderMenuOpen

RoutedUICommand

Gets value that represents the PaneHeaderMenuOpen command.

C#
public static RoutedUICommand PaneHeaderMenuOpen { get; }

Pin

RoutedUICommand

Gets value that represents the Pin RadPane command.

C#
public static RoutedUICommand Pin { get; }
Property Value:

The pin command.

TabbedDocument

RoutedUICommand

Gets value that represents the TabbedDocument RadPane command.

C#
public static RoutedUICommand TabbedDocument { get; }