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

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
ResourcesTree
TreeList
Reporting XRDesignFieldList
XRDesignReportExplorer
See Also