Back to Devexpress

TdxCustomTreeView.Automation Property

vcl-dxtreeview-dot-tdxcustomtreeview.md

latest1.3 KB
Original Source

TdxCustomTreeView.Automation Property

Provides access to tree view UI Automation and accessibility-related settings.

Declaration

delphi
property Automation: TdxAutomationElementSettings read; write;

Property Value

TypeDescription
TdxAutomationElementSettings

Stores UI Automation tree node settings.

|

Remarks

Each supported DevExpress control maps to a node in the UI Automation tree. A UIA client application reads properties of the UIA node that corresponds to the focused control.

Available Options

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

See Also

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit