Skip to main content
A newer version of this page is available. .

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

Declaration

public virtual void CancelUpdate()

Remarks

See GridSummaryItemCollection.BeginUpdate to learn more.

See Also