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

TreeList.CanSortColumn(TreeListColumn) Method

Gets whether or not the specific TreeListColumn can be sorted.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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