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

TreeListSettingsBehavior.AllowSort Property

Gets or sets whether end-users can sort data.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to allow end-users to sort data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowSort
ASPxTreeList
.SettingsBehavior.AllowSort
MVCxTreeList
.SettingsBehavior.AllowSort
TreeListSettings
.SettingsBehavior.AllowSort
TreeListSettings<RowType>
.SettingsBehavior.AllowSort

Remarks

End-users can apply data sorting by clicking a column header. For detailed information on data sorting, see Sorting.

See Also