Skip to main content

GridControl.TotalSummary Property

Allows you to access the collection of total summary items.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridSummaryItemCollection TotalSummary { get; }

Property Value

Type Description
GridSummaryItemCollection

The collection of total summary items.

Remarks

The total summary is a value of an aggregate function calculated over all data rows within a View. Total summaries are displayed in the Summary Panel and Fixed Summary Panel.

Data Grid - Total Summary Panels

The GridControl stores its group summaries in the GridControl.GroupSummary collection.

Note

In Server Mode, you cannot calculate total summaries for unbound columns populated by events. Columns with the specified unbound expressions support total summaries.

Refer to the following help topics for more information: Total Summary and Edit Summaries.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TotalSummary property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also