Skip to main content
A newer version of this page is available. .

GridControl.GroupSummary Property

Provides access to group summary items.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public GridSummaryItemCollection GroupSummary { get; }

Property Value

Type Description
GridSummaryItemCollection

A GridSummaryItemCollection object that represents the collection of group summary items.

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.

Total_Group_Summaries

The collection of total summaries can be accessed via the GridControl.TotalSummary property.

To learn more, see Group Summary and Customizing Summaries.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GroupSummary property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also