Skip to main content

TreeListMultiSelection.EndSelect() Method

Enables selection updates after calling the TreeListMultiSelection.BeginSelect method and forces an immediate update.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public void EndSelect()

Remarks

See TreeListMultiSelection.BeginSelect for details. The TreeList‘s TreeList.EndSelection method is equivalent to the current method.

See Also