Skip to main content
Tab

ASPxPagerBase.AccessibilityCompliant Property

Enables accessibility support.

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, if accessibility support is enabled; otherwise, false.

Remarks

Section 508 and the web accessibility guidelines make Web content accessible to people with disabilities or those that are technically limited. Enabled, the AccessibilityCompliant property provides for generating additional (accessibility specific) HTML code (like the A element, the attributes for the Table element etc.).

To learn more, see Accessibility Support.

See Also