Back to Devexpress

GridView.EndSummaryUpdate() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-f8889c99.md

latest1.7 KB
Original Source

GridView.EndSummaryUpdate() Method

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public void EndSummaryUpdate()
vb
Public Sub

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

BeginSummaryUpdate()

GridSummaryItem

Batch Modifications

Summaries

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace