Skip to main content
All docs
V25.2
  • TcxCustomTreeList.Automation Property

    Provides access to Tree List UI Automation and accessibility-related settings.

    Declaration

    property Automation: TdxTreeListAutomationSettings read; write;

    Property Value

    Type Description
    TdxTreeListAutomationSettings

    Stores UI Automation tree node settings.

    Remarks

    A Tree List control, and its columns and rows map to nodes in the UI Automation tree. A UIA client application reads properties of the UIA node that corresponds to the focused UI element.

    You can use the Automation property to configure root UIA node properties for the Tree List control. In turn, each column has its own Automation property.

    Available Options

    You can use the Automation.Name property to specify a name for the UIA node associated with the Tree List control.

    In addition, you can use the Automation.Description property to add optional information to clarify the content’s purpose for users who rely on third-party assistive tools (such as Microsoft Narrator).

    Refer to the TdxTreeListAutomationSettings class description for detailed information on all available options.

    See Also