GridGroupSummaryItemCollection Class
In This Article
The collection of the GridControl‘s group summaries.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public class GridGroupSummaryItemCollection :
SummaryItemCollectionBase<GridGroupSummaryItem>
#Related API Members
The following members return GridGroupSummaryItemCollection objects:
#Inheritance
Object
Collection<GridGroupSummaryItem>
ObservableCollection<GridGroupSummaryItem>
DevExpress.WinUI.Core.Internal.ObservableCollectionCore<GridGroupSummaryItem>
DevExpress.WinUI.Grid.SummaryItemCollectionBase<GridGroupSummaryItem>
GridGroupSummaryItemCollection
See Also