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