Skip to main content

GridControl.TotalSummary Property

Provides access to a collection of total summary items.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[XtraSerializableProperty(true, false, false)]
[GridUIProperty]
[XtraResetProperty]
public GridSummaryItemCollection TotalSummary { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.GridSummaryItemCollection

A DevExpress.UI.Xaml.Grid.GridSummaryItemCollection object that contains total summary items.

Remarks

Total summaries are values of aggregate functions calculated over all data rows displayed within the grid. Total summaries are displayed within the Fixed Summary Panel, provided that the DataControlBase.ShowFixedTotalSummary property is set to true.

total summary panel

To learn more, see Total Summary.

See Also