Skip to main content
All docs
V25.1
  • TdxGridTableViewAutomationSettings Events

    Stores UI Automation tree-related settings for a grid Table View.
    Name Description
    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 grid Table View rows depending on certain conditions.
    OnInitializeProperties Allows you to initialize UIA node properties manually. Inherited from TdxAutomationElementSettings.
    OnInitializeRowProperties Allows you to initialize UIA node properties manually for individual grid Table View rows.
    See Also