Back to Devexpress

GridControl.DisableAccessibility Property

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-f1ae57b4.md

latest1.8 KB
Original Source

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

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool DisableAccessibility { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Property DisableAccessibility As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the static WindowsFormsSettings.DisableAccessibility property to disable the accessibility features for all DevExpress WinForms controls.

See Also

DisableAccessibility

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace