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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowNodeDragDrop |
---|---|
ASPxTreeList |
|
Remarks
To learn more, see Drag and Drop.
See Also