Back to Devexpress

TcxPivotGridCustomDrawCellEvent Type

vcl-cxcustompivotgrid-8be4ad05.md

latest659 B
Original Source

TcxPivotGridCustomDrawCellEvent Type

Declaration

delphi
TcxPivotGridCustomDrawCellEvent = procedure(Sender: TcxCustomPivotGrid; ACanvas: TcxCanvas; AViewInfo: TcxPivotGridDataCellViewInfo; var ADone: Boolean) of object;

Parameters

NameType
SenderTcxCustomPivotGrid
ACanvasTcxCanvas
AViewInfoTcxPivotGridDataCellViewInfo
ADoneBoolean

See Also

cxCustomPivotGrid Unit