Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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