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

BaseView.CancelSelection() Method

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public virtual void CancelSelection()

Remarks

See the BaseView.BeginSelection topic to learn more.

See Also