Skip to main content

TcxGridColumnStyles.GroupSummary Property

Specifies style attributes for the column’s group summary.

Declaration

property GroupSummary: TcxStyle index isGroupSummary read; write;

Property Value

Type
TcxStyle

Remarks

Use the GroupSummary property to apply the required style to the column’s group summary (if any).

To dynamically apply a new style to the column’s group summary on some conditions, handle the OnGetGroupSummaryStyle event.

See Also