TcxTreeListReportLinkInitializeIndentCellEvent Type
Declaration
TcxTreeListReportLinkInitializeIndentCellEvent = procedure(Sender: TcxTreeListCustomReportLink; ANode: TcxTreeListNode; AnIndex: Integer; AnItem: TAbstractdxReportCellData) of object;
Parameters
Name | Type |
---|---|
Sender | TcxTreeListCustomReportLink |
ANode | TcxTreeListNode |
AnIndex | Integer |
AnItem | TAbstractdxReportCellData |
See Also