Skip to main content

GridControl.GroupSummary Property

Provides access to group summary items.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public GridGroupSummaryItemCollection GroupSummary { get; }

Property Value

Type Description
GridGroupSummaryItemCollection

A collection of group summary items.

Remarks

Group summaries are displayed within group rows when data grouping is applied. Summary items are stored within the GroupSummary collection. This collection contains methods and properties that allow you to add, remove, and access summary items.

Use the GridControl.TotalSummary property to access the collection of total summaries.

See Also