Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxTreeListSettingsEditing.AllowNodeDragDrop Property

Gets or sets whether an end-user can drag nodes and change their position within the TreeList.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool AllowNodeDragDrop { get; set; }

Property Value

Type Description
Boolean

true to allow moving nodes; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowNodeDragDrop
MVCxTreeList
.SettingsEditing.AllowNodeDragDrop
TreeListSettings
.SettingsEditing.AllowNodeDragDrop
TreeListSettings<RowType>
.SettingsEditing.AllowNodeDragDrop

Remarks

DragAndDropNode

See Also