Back to Devexpress

TreeListOptionsBehavior.DragNodes Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-40b856fc.md

latest2.8 KB
Original Source

TreeListOptionsBehavior.DragNodes Property

OBSOLETE

Use the OptionsDragAndDrop.DragNodesMode property instead

Gets or sets whether end-users are allowed to move or copy nodes using drag-and-drop.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.DragNodesMode property instead")]
public virtual bool DragNodes { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
<Obsolete("Use the OptionsDragAndDrop.DragNodesMode property instead")>
Public Overridable Property DragNodes As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to allow end-users to move or copy nodes using drag-and-drop; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DragNodes
TreeList

.OptionsBehavior .DragNodes

|

Remarks

Use the TreeListOptionsDragAndDrop.DragNodesMode property instead.

See Also

CanCloneNodesOnDrop

DragNodesMode

BeforeDragNode

AfterDragNode

DragCancelNode

How to: Drag XtraGrid rows to the XtraTreeList

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace