GridControl.GroupSummary Property
In This Article
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 |
---|---|
Grid |
A DevExpress. |
#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.
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