Skip to main content
Tab

GridViewProperties.AccessibilityCompliant Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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