Skip to main content

GridControl.GroupSummary Property

Provides access to group summary items.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

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

#Property Value

Type Description
GridSummaryItemCollection

A DevExpress.Xpf.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 represented by the GridSummaryItem objects, and are stored within the GroupSummary collection. This collection provides methods and properties that allow you to add, remove and access summary items.

Total_Group_Summaries

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

To learn more, see Group Summary and Customizing Summaries.

#Examples

#Implements

DevExpress.Xpf.Data.IDataProviderOwner.GroupSummary
See Also