Skip to main content
All docs
V26.1
  • TdxListColumn.Automation Property

    Provides access to UI Automation and accessibility-related settings.

    Declaration

    property Automation: TdxListColumnAutomationSettings read; write;

    Property Value

    Type Description
    TdxListColumnAutomationSettings

    Stores list column UI Automation tree node settings.

    Remarks

    You can use the Automation property to configure UIA node properties for the list column.

    Available Options

    The Caption property value is the default name for the corresponding node in the UI Automation tree. You can use the Automation.Name property to specify a different name for the UIA node associated with the column.

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

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

    Control and Group-Level Automation Properties

    TdxCustomListView.Automation
    Allows you to configure root UIA node settings for the List View control.
    TdxListGroup.Automation
    Allows you to configure UIA node settings for individual list groups. The List View control displays groups only when Group Mode is active.
    See Also