Skip to main content

TcxGridTableViewStyles.GroupFooterSortedSummary Property

Specifies the foreground color and font settings for group summaries displayed in group footer panels and used to determine the sort order of group rows.

Declaration

property GroupFooterSortedSummary: TcxStyle index vsGroupFooterSortedSummary read; write;

Property Value

Type
TcxStyle

Remarks

The following image displays a grid control with these group summaries painted in bold type.

To specify style settings for group summaries displayed in group rows and used to determine the sort order of these group rows, use the GroupSortedSummary property.

To dynamically apply custom styles to group summaries displayed in group footer panels and group rows, handle the OnGetFooterSummaryStyle and OnGetGroupSummaryStyle events, respectively.

See Also