Skip to main content

GridControl.GroupSummary Property

Provides access to group 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 GroupSummary { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.GridSummaryItemCollection

A DevExpress.UI.Xaml.Grid.GridSummaryItemCollection object that represents the collection of group summary items.

Remarks

Group summaries are displayed within group rows when data grouping is applied. Summary items are stored within the GroupSummary collection. This collection provides methods and properties that allow you to add, remove and access summary items.

The collection of total summaries can be accessed via the GridControl.TotalSummary property.

See Also