TreeList.CanSortColumn(TreeListColumn) Method
In This Article
Gets whether or not the specific TreeListColumn can be sorted.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual bool CanSortColumn(
TreeListColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
#Returns
Type | Description |
---|---|
Boolean | true if the column can be sorted; otherwise, false. |
See Also