Back to Devexpress

BaseView.CancelSelection() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-c6dac283.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
public virtual void CancelSelection()
vb
Public Overridable Sub CancelSelection

Remarks

See the BaseView.BeginSelection topic to learn more.

See Also

BeginSelection()

EndSelection()

SelectionChanged

Multiple Row and Cell Selection

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace