TcxGridTableViewStyles.GroupSummary Property
In This Article
Specifies group summary style.
#Declaration
Delphi
property GroupSummary: TcxStyle index vsGroupSummary read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the GroupSummary
property to apply the appropriate style to group summaries within a Table View.
To dynamically apply custom styles to group summaries, handle the OnGetGroupSummaryStyle event.
See Also