Skip to main content
All docs
V25.2
  • TdxTreeListAutomationSettings.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
    bDefault
    The global TdxUIADefaultSettings.IncludeCellsInRowName setting specifies if the Tree List includes all column values in the UI Automation node that corresponds to the focused row.
    bTrue

    The current Tree List includes values in UIA row information for all visible columns that have the default Automation.IncludeCellInRowName property value.

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

    bFalse

    The current Tree List does not include values in UIA row information for all visible columns that have the default Automation.IncludeCellInRowName property value.

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

    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.

    See Also