GroupRowData.GroupSummaryData Property
Gets the list of objects that contain information on group summaries displayed within a group row. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IList<GridGroupSummaryData> | The list of GridGroupSummaryData objects that contain information on group summaries displayed within a group row. |
See Also