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

GridSummaryItemCollection.EndUpdate() Method

Unlocks the GridSummaryItemCollection object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual void EndUpdate()

Remarks

See GridSummaryItemCollection.BeginUpdate to learn more.

See Also