DragDropGroup
Class
Defines virtual drag drop group (domain) for dragging Panes / ToolWindows between different RadDocking instances. Set the attached property Name to a set (domain) of RadDocking instances to define a drag drop group.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public static class DragDropGroup
Inheritance: objectDragDropGroup
Fields
NameProperty
DependencyProperty
Identifies the Name dependency property.
C#
public static readonly DependencyProperty NameProperty
Methods
Sets the drag drop group name.
Gets the drag drop group name.
C#
public static void SetName(DependencyObject obj, string value)