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

Declaration

public virtual void CancelSelection()

Remarks

See the BaseView.BeginSelection topic to learn more.

See Also