Back to Devexpress

TcxGridTableView.Automation Property

vcl-cxgridtableview-dot-tcxgridtableview.md

latest1.6 KB
Original Source

TcxGridTableView.Automation Property

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

Declaration

delphi
property Automation: TdxGridTableViewAutomationSettings read; write;

Property Value

TypeDescription
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

TcxCustomGrid.Automation Property

TcxCustomGridColumn.Automation Property

dxUIAutomationEnabled Global Variable

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit