TcxVerticalGridReportLinkInitializeRowIndentCellEvent Type
Declaration
TcxVerticalGridReportLinkInitializeRowIndentCellEvent = procedure(Sender: TcxCustomVerticalGridReportLink; ARow: TcxCustomRow; AnIndex: Integer; AnItem: TdxReportCellExpandButton) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomVerticalGridReportLink |
ARow | TcxCustomRow |
AnIndex | Integer |
AnItem | TdxReportCellExpandButton |
See Also