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

    Provides access to UI Automation and accessibility-related settings.

    Declaration

    property Automation: TdxAutomationElementSettings read; write;

    Property Value

    Type Description
    TdxAutomationElementSettings

    Stores UI Automation tree node settings.

    Remarks

    You can use the Automation property to configure UIA node properties for the List View group.

    Available Options

    The sdxListViewGroupHeaderUIALocalizedControlType resource string[1] serves as 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 List View group.

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

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

    Control and Column-Level Automation Properties

    TdxCustomListView.Automation
    Allows you to configure root UIA node settings for the List View control.
    TdxListColumn.Automation
    Allows you to configure UIA node settings for individual list columns. The List View control displays columns only if the Report View Style is active.
    Footnotes
    1. The default sdxListViewGroupHeaderUIALocalizedControlType resource string value is 'Group Header'.

    See Also