Skip to main content
A newer version of this page is available. .

TreeList.DragNodesMode Property

OBSOLETE

Use the OptionsDragAndDrop.DropNodesMode property instead

Gets or sets how end-users can drop nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Obsolete("Use the OptionsDragAndDrop.DropNodesMode property instead")]
[Browsable(false)]
public TreeListDragNodesMode DragNodesMode { get; set; }

Property Value

Type Description
DevExpress.XtraTreeList.TreeListDragNodesMode

A value that specifies the node drop mode.

Remarks

Use the TreeListOptionsDragAndDrop.DropNodesMode property instead.

See Also