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

TreeListNode.Sort(TreeListColumn, SortOrder, Boolean) Method

Sorts the node’s children against a column.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void Sort(
    TreeListColumn column,
    SortOrder order,
    bool recursive = false
)

Parameters

Name Type Description
column TreeListColumn

The sort column.

order SortOrder

The sort order.

Optional Parameters

Name Type Default Description
recursive Boolean False

true, to sort nodes recursively; otherwise, false.

Remarks

See TreeList.Sort for more information.

See Also