Back to Devexpress

TreeListSettingsEditing.AllowNodeDragDrop Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistsettingsediting-a47ef819.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool AllowNodeDragDrop { get; set; }
vb
<DefaultValue(False)>
Public Property AllowNodeDragDrop As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow moving nodes; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowNodeDragDrop
ASPxTreeList

.SettingsEditing .AllowNodeDragDrop

|

Remarks

To learn more, see Drag and Drop.

See Also

Drag and Drop

Tree List

TreeListSettingsEditing Class

TreeListSettingsEditing Members

DevExpress.Web.ASPxTreeList Namespace