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

TreeListOptionsCustomization.AllowSort Property

Gets or sets whether or not end-users can sort data within this Tree List.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if sorting is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowSort
WinForms Controls GanttControl
.OptionsCustomization .AllowSort
ResourcesTree
.OptionsCustomization .AllowSort
TreeList
.OptionsCustomization .AllowSort
Reporting XRDesignFieldList
.OptionsCustomization .AllowSort
XRDesignReportExplorer
.OptionsCustomization .AllowSort
See Also