GridView.EndSummaryUpdate() Method
In This Article
Forces an immediate summary calculation and re-enables the automatic summary calculation feature.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#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