Skip to main content
A newer version of this page is available. .

WindowsFormsSettings.DisableAccessibility Property

Gets or sets whether DevExpress controls’ accessibility features (interaction with accessibility tools, e.g., MS Narrator) is disabled. This is a static property, and thus it affects all controls in your application.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public static DefaultBoolean DisableAccessibility { get; set; }

Property Value

Type Description
DefaultBoolean

DefaultBoolean.True if accessibility features are disabled; otherwise, DefaultBoolean.False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also