Class DragDropGroup
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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public static class DragDropGroup
Fields
NameProperty
Identifies the Name dependency property.
Declaration
public static readonly DependencyProperty NameProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetName(DependencyObject)
Sets the drag drop group name.
Declaration
public static string GetName(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.String
|
SetName(DependencyObject, String)
Gets the drag drop group name.
Declaration
public static void SetName(DependencyObject obj, string value)
Parameters
System.Windows.DependencyObject
obj
|
System.String
value
|