Skip to main content

TcxGridColumnStyles.OnGetGroupSummaryStyle Event

Fires when a column’s group summary is about to be drawn.

Declaration

property OnGetGroupSummaryStyle: TcxGridGetGroupSummaryStyleEvent read; write;

Remarks

Implement the OnGetGroupSummaryStyle event handler to provide style attributes the group summary to be drawn with.

The Sender parameter specifies a table View containing the currently processed group summary.

The ARow parameter specifies a row that the group summary resides in.

The AColumn parameter specifies a column that the group summary is linked to.

The ASummaryItem parameter represents the summary.

The AStyle parameter specifies style attributes to be applied to the group summary.

See Also