Skip to main content
All docs
V25.2
  • 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
    False

    Default. The bDefault value of all IncludeCellsInRowName properties at the grid control / grid View level is treated as bFalse (disabled).

    This option is useful if you need to include only the most important, individual column values in UIA information for the focused row.

    True

    The bDefault value of all IncludeCellsInRowName properties at the grid control / grid View level is treated as bTrue (enabled).

    This option is useful if you need to include all column values in UIA information for the focused row (for example, when the grid control / grid View has no more than four or five columns).

    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.
    See Also