TdxGridTableViewAutomationSettings.DefaultIncludeCellsInRowName Property
Specifies if all visible column values are included in the UI Automation node that corresponds to the focused row.
Declaration
property DefaultIncludeCellsInRowName: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
Remarks
You can set the DefaultIncludeCellsInRowName property to bTrue or bFalse to interpret the default Automation.IncludeCellInRowName property value for all columns as bTrue or bFalse, respectively.
Default Value
The DefaultIncludeCellsInRowName property’s default value is bDefault.
The default value indicates that the global TdxUIADefaultSettings.IncludeCellsInRowName setting determines if all visible column values are included in UIA information exposed for the focused row.