Back to Devexpress

TcxPivotGridGetCellHintEvent Type

vcl-cxcustompivotgrid-79a59606.md

latest928 B
Original Source

TcxPivotGridGetCellHintEvent Type

Declaration

delphi
TcxPivotGridGetCellHintEvent = procedure(Sender: TcxCustomPivotGrid; const APoint: TPoint; ACell: TcxPivotGridCustomCellViewInfo; var ABounds: TRect; var ATextBounds: TRect; var AHint: string) of object;

Parameters

NameType
SenderTcxCustomPivotGrid
APointTPoint
ACellTcxPivotGridCustomCellViewInfo
ABoundsTRect
ATextBoundsTRect
AHintstring

See Also

cxCustomPivotGrid Unit