TcxGridTableViewStyles.GroupSortedSummary Property
In This Article
Specifies the foreground color and font settings for group summaries displayed in group rows and used to determine the sort order of these group rows.
#Declaration
Delphi
property GroupSortedSummary: TcxStyle index vsGroupSortedSummary read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The following image displays a grid control with these group summaries painted blue.
To specify style settings for group summaries displayed in group footer panels and used to determine the sort order of these group rows, use the GroupFooterSortedSummary property.
To dynamically apply custom styles to group summaries displayed in group footer panels and group rows, handle the OnGetFooterSummaryStyle and OnGetGroupSummaryStyle events.
See Also