TcxPivotGridCustomDrawCellEvent Type
In This Article
#Declaration
Delphi
TcxPivotGridCustomDrawCellEvent = procedure(Sender: TcxCustomPivotGrid; ACanvas: TcxCanvas; AViewInfo: TcxPivotGridDataCellViewInfo; var ADone: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ACanvas | Tcx |
AView |
Tcx |
ADone | Boolean |
See Also