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

GridViewProperties.AccessibilityCompliant Property

Manipulates the built-in ASPxGridView’s ASPxGridBase.AccessibilityCompliant property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool AccessibilityCompliant { get; set; }

Property Value

Type Default Description
Boolean **false**

true to enable accessibility support; otherwise, false.

Remarks

To learn more, see Accessibility Support.

See Also