TdxUIADefaultSettings.IncludeCellsInRowName Property
Specifies if supported grid-like controls include all visible column values in the UI Automation node that corresponds to the focused row.
Declaration
class property IncludeCellsInRowName: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
The TdxUIADefaultSettings.IncludeCellsInRowName class property affects interpretation of all root-level DefaultIncludeCellsInRowName properties.
Affected Controls
Set the IncludeCellsInRowName property to True or False to interpret the default value (TdxDefaultBoolean.bDefault) as bTrue or bFalse for the following properties:
- TdxGridTableViewAutomationSettings.DefaultIncludeCellsInRowName
- Specifies if all visible column values are included in the UI Automation node that corresponds to the focused row.
- TdxTreeListAutomationSettings.DefaultIncludeCellsInRowName
- Specifies if all visible column values are included in the UI Automation node that corresponds to the focused row.