Back to Devexpress

GridSummaryItemCollection.CancelUpdate() Method

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitemcollection-10f882e0.md

latest1.6 KB
Original Source

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

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

Declaration

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

Remarks

See GridSummaryItemCollection.BeginUpdate to learn more.

See Also

BeginUpdate()

EndUpdate()

Batch Modifications

GridSummaryItemCollection Class

GridSummaryItemCollection Members

DevExpress.XtraGrid Namespace