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

RibbonControl.DisableAccessibility Property

Gets or sets whether the Ribbon Control’s accessibility feature (providing information on the control’s data to accessibility tools, e.g., MS Narrator) is disabled. This is a static property, and thus it affects all Ribbon Controls in your application.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool DisableAccessibility { get; set; }

Property Value

Type Description
Boolean

true if the Ribbon Control’s accessibility feature is disabled; otherwise, false.

See Also