GridView.EndSummaryUpdate() Method
Forces an immediate summary calculation and re-enables the automatic summary calculation feature.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.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