Skip to main content
All docs
V25.2
  • 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
    bDefault
    The parent grid View’s Automation.DefaultIncludeCellsInRowName property specifies if the current column’s value is included in the UI Automation node that corresponds to the focused row.
    bTrue

    The current column’s value is always included in the UI Automation node that corresponds to the focused row.

    This option is useful if the column includes information that helps users to identify the focused row.

    bFalse
    The current column’s value is never included in the UI Automation node that corresponds to the focused row.

    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