Skip to main content
All docs
V25.2
  • CompatibilitySettings.UseLegacyAutomationNamesRowsCells Property

    Gets or sets whether to use legacy automation names for row cells. This is a dependency property.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.2.dll

    Declaration

    public static bool UseLegacyAutomationNamesRowsCells { get; set; }

    Property Value

    Type Description
    Boolean

    true to use legacy automation names for row cells; otherwise, false.

    See Also