Skip to main content
All docs
V25.1
  • WindowsFormsSettings.UseEditorTextAsAccessibleName Property

    Gets or sets whether to use the editor’s value (text) as accessible name (AccessibilityObject.Name).

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public static DefaultBoolean UseEditorTextAsAccessibleName { get; set; }

    Property Value

    Type Description
    DefaultBoolean

    True to use the editor value (text) as accessible name; otherwise, False.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    See Also