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

TreeList.EndSelection() Method

Enables selection updates after calling the TreeList.BeginSelection method and forces an immediate update.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public virtual void EndSelection()

Remarks

See the TreeList.BeginSelection method for details.

See Also