Back to Devexpress

TdxGridReportLinkCustomDrawCardRowCaptionCellEvent Type

vcl-dxpscxgridlnk-fd0fe6a7.md

latest951 B
Original Source

TdxGridReportLinkCustomDrawCardRowCaptionCellEvent Type

Declaration

delphi
TdxGridReportLinkCustomDrawCardRowCaptionCellEvent = procedure(Sender: TdxGridReportLink; ACanvas: TCanvas; AView: TcxGridCardView; ACard: TcxGridCard; ARow: TcxGridCardViewRow; AnItem: TdxReportCellString; var ADone: Boolean) of object;

Parameters

NameType
SenderTdxGridReportLink
ACanvasTCanvas
AViewTcxGridCardView
ACardTcxGridCard
ARowTcxGridCardViewRow
AnItemTdxReportCellString
ADoneBoolean

See Also

dxPScxGridLnk Unit