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

TreeListMultiSelection.EndSelect() Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void EndSelect()

Remarks

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

See Also