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

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.

C#
public static string GetName(DependencyObject obj)
Parameters:objDependencyObjectReturns:

string

Gets the drag drop group name.

C#
public static void SetName(DependencyObject obj, string value)
Parameters:objDependencyObjectvaluestring