TcxGridGroupRow.GroupSummaryItems Property
Provides access to the collection of group summaries defined in the currently processed group row.
Declaration
property GroupSummaryItems: TcxDataGroupSummaryItems read;
Property Value
| Type | Description |
|---|---|
| TcxDataGroupSummaryItems | The collection of group summary items. |
Remarks
Use the GroupSummaryItems property to access group summaries calculated against grouped columns in the current grouped row.
See Also