TcxGridTableViewStyles.GroupSummary Property
Specifies group summary style.
Declaration
property GroupSummary: TcxStyle index vsGroupSummary read; write;
Property Value
| Type |
|---|
| TcxStyle |
Remarks
Use the GroupSummary property to apply the appropriate style to group summaries within a Table View.
To dynamically apply custom styles to group summaries, handle the OnGetGroupSummaryStyle event.
See Also