Skip to main content

TcxGridTableViewStyles.GroupSortedSummary Property

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

property GroupSortedSummary: TcxStyle index vsGroupSortedSummary read; write;

Property Value

Type
TcxStyle

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