TreeList.CanSortColumn(TreeListColumn) Method
Gets whether or not the specific TreeListColumn can be sorted.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | TreeListColumn | A TreeListColumn to be checked. |
Returns
Type | Description |
---|---|
Boolean | true if the column can be sorted; otherwise, false. |
See Also