Skip to main content
All docs
V25.2
  • TdxTreeListInitializeCellAutomationPropertiesEvent Type

    Declaration

    TdxTreeListInitializeCellAutomationPropertiesEvent = procedure(ARow: TcxTreeListNode; AColumn: TcxTreeListColumn; AProperties: TdxAutomationProperties) of object;

    Parameters

    Name Type
    ARow TcxTreeListNode
    AColumn TcxTreeListColumn
    AProperties TdxAutomationProperties
    See Also