Skip to main content
All docs
V25.1
  • TcxGridTableView.Automation Property

    Provides access to data grid UI Automation and accessibility-related settings.

    Declaration

    property Automation: TdxGridTableViewAutomationSettings read; write;

    Property Value

    Type Description
    TdxGridTableViewAutomationSettings

    Stores UI Automation tree node settings.

    Remarks

    A Data Grid control, its Table Views, and, in turn, 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.

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

    See Also