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

TreeListSettingsEditing.AllowNodeDragDrop Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowNodeDragDrop { get; set; }

Property Value

Type Default Description
Boolean **false**

true to allow moving nodes; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowNodeDragDrop
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsEditing .AllowNodeDragDrop
ASP.NET MVC Extensions MVCxTreeList
.SettingsEditing .AllowNodeDragDrop
TreeListSettings
.SettingsEditing .AllowNodeDragDrop
TreeListSettings<RowType>
.SettingsEditing .AllowNodeDragDrop

Remarks

DragAndDropNode

To learn more, see Drag and Drop.

See Also