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

GridView.EndSummaryUpdate() Method

Forces an immediate summary calculation and re-enables the automatic summary calculation feature.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public void EndSummaryUpdate()

Remarks

This method is used together with the GridView.BeginSummaryUpdate method to prevent excessive summary calculations when multiple summaries are initialized. See the GridView.BeginSummaryUpdate topic for more information.

See Also