Skip to main content
All docs
V19.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.v19.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