TdxGridColumnAutomationSettings.IncludeCellInRowName Property
Specifies if the column value is included in the UI Automation node that corresponds to the focused row.
Declaration
property IncludeCellInRowName: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
Remarks
You can set the IncludeCellInRowName property to bTrue to include column value information in the UIA node associated with the focused row.
Default Value
The IncludeCellInRowName property’s default value is bDefault.
The default property value indicates that the parent grid View’s Automation.DefaultIncludeCellsInRowName setting determines if the column’s value is included in UIA information exposed for the focused row.
See Also