Back to Devexpress

WindowsFormsSettings.UseEditorTextAsAccessibleName Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-d0178a4f.md

latest1.6 KB
Original Source

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.2.dll

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

Declaration

csharp
public static DefaultBoolean UseEditorTextAsAccessibleName { get; set; }
vb
Public Shared Property UseEditorTextAsAccessibleName As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

Available values:

NameDescriptionReturn 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

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace