Back to Devexpress

TcxGridTableViewStyles.GroupFooterSortedSummary Property

vcl-cxgridtableview-dot-tcxgridtableviewstyles-37522d03.md

latest1.7 KB
Original Source

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

delphi
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

TcxGridTableOptionsView.GroupFooterMultiSummaries

TcxGridTableViewStyles.OnGetFooterStyle

TcxGridTableViewStyles.OnGetFooterStyleEx

TcxGridTableViewStyles Class

TcxGridTableViewStyles Members

cxGridTableView Unit