Skip to main content

TreeListSettingsBehavior.AllowDragDrop Property

Gets or sets whether end-users can reorder columns by dragging their headers.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool AllowDragDrop { get; set; }

Property Value

Type Default Description
Boolean true

true to allow end-users to reorder columns by dragging their headers; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowDragDrop
ASPxTreeList
.SettingsBehavior .AllowDragDrop
See Also