Skip to main content

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.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.DragNodesMode property instead")]
public virtual bool DragNodes { get; set; }

Property Value

Type Default Description
Boolean false

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 Type Path to DragNodes
TreeList
.OptionsBehavior .DragNodes

Remarks

Use the TreeListOptionsDragAndDrop.DragNodesMode property instead.

See Also