TdxTreeListInitializeCellAutomationPropertiesEvent Type
Declaration
TdxTreeListInitializeCellAutomationPropertiesEvent = procedure(ARow: TcxTreeListNode; AColumn: TcxTreeListColumn; AProperties: TdxAutomationProperties) of object;
Parameters
| Name | Type |
|---|---|
| ARow | TcxTreeListNode |
| AColumn | TcxTreeListColumn |
| AProperties | TdxAutomationProperties |
See Also