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

TreeListMultiSelection.CancelSelect() Method

Enables selection updates after the TreeListMultiSelection.BeginSelect method call, but doesn’t force an immediate update.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void CancelSelect()

Remarks

See TreeListMultiSelection.BeginSelect for details.

See Also