Skip to main content

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

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

Declaration

public virtual void CancelSelection()

Remarks

See the BaseView.BeginSelection topic to learn more.

See Also