Back to Devexpress

TreeList.CancelSort() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-e9d04ea2.md

latest1.2 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public virtual void CancelSort()
vb
Public Overridable Sub CancelSort

Remarks

Use the CancelSort method in conjunction with the TreeList.BeginSort method.

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace