windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-40b856fc.md
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
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.DragNodesMode property instead")]
public virtual bool DragNodes { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
<Obsolete("Use the OptionsDragAndDrop.DragNodesMode property instead")>
Public Overridable Property DragNodes As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true , to allow end-users to move or copy nodes using drag-and-drop; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to DragNodes |
|---|---|
| TreeList |
.OptionsBehavior .DragNodes
|
Use the TreeListOptionsDragAndDrop.DragNodesMode property instead.
See Also
How to: Drag XtraGrid rows to the XtraTreeList