TreeList.DragNodesMode Property
In This Article
OBSOLETE
Use the Options
Gets or sets how end-users can drop nodes.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.DropNodesMode property instead")]
public TreeListDragNodesMode DragNodesMode { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A value that specifies the node drop mode. |
#Remarks
Use the TreeListOptionsDragAndDrop.DropNodesMode property instead.
See Also