Skip to main content

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.v23.2.dll

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

Declaration

public void CancelSelect()

Remarks

See TreeListMultiSelection.BeginSelect for details.

See Also