Skip to main content
All docs
V25.2
  • TdxTreeListAutomationSettings Events

    Stores UI Automation tree-related settings for a Tree List control.
    Name Description
    OnCalculateCellProperty
    OnCalculateProperty Allows you to modify individual UIA node properties depending on certain conditions. Inherited from TdxAutomationElementSettings.
    OnCalculateRowProperty Allows you to modify UIA node properties for individual rows depending on certain conditions.
    OnInitializeCellProperties
    OnInitializeProperties Allows you to initialize UIA node properties manually. Inherited from TdxAutomationElementSettings.
    OnInitializeRowProperties Allows you to initialize UIA node properties manually for individual rows.
    See Also