Skip to main content
A newer version of this page is available. .

TcxGridGroupSummaryCellCustomDrawEvent Type

Declaration

TcxGridGroupSummaryCellCustomDrawEvent = procedure(Sender: TObject; ACanvas: TcxCanvas; ARow: TcxGridGroupRow; AColumn: TcxGridColumn; ASummaryItem: TcxDataSummaryItem; AViewInfo: TcxCustomGridViewCellViewInfo; var ADone: Boolean) of object;

Parameters

Name Type
Sender TObject
ACanvas TcxCanvas
ARow TcxGridGroupRow
AColumn TcxGridColumn
ASummaryItem TcxDataSummaryItem
AViewInfo TcxCustomGridViewCellViewInfo
ADone Boolean
See Also