Skip to main content

TreeList.CanSortColumn(TreeListColumn) Method

Gets whether or not the specific TreeListColumn can be sorted.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public virtual bool CanSortColumn(
    TreeListColumn column
)

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