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.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