TcxTreeListColumn.Automation Property
Provides access to column UI Automation and accessibility-related settings.
Declaration
property Automation: TdxTreeListColumnAutomationSettings read; write;
Property Value
| Type | Description |
|---|---|
| TdxTreeListColumnAutomationSettings | Stores UI Automation tree node settings for a tree list column. |
Remarks
A Tree List control, and its 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.
Available Options
The column’s caption serves as the default column name for the corresponding cell 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 and retain the current caption in the UI.
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 TdxTreeListColumnAutomationSettings class description for detailed information on all available options.