Skip to main content

GridGroupSummaryItemCollection Class

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>

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