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

TreeList.CancelSort() Method

Unlocks control redrawing after it has been locked by the TreeList.BeginSort method, without causing an immediate visual update.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual void CancelSort()

Remarks

Use the CancelSort method in conjunction with the TreeList.BeginSort method. See this link to learn more.

See Also