Skip to main content

GridSummaryItemCollection.CancelUpdate() Method

Unlocks the GridSummaryItemCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual void CancelUpdate()

Remarks

See GridSummaryItemCollection.BeginUpdate to learn more.

See Also