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

GridControl.DisableAccessibility Property

Gets or sets whether the Grid 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 Grid Controls in your application.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also