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

ASPxPivotGrid.AccessibilityCompliant Property

Enables support for Section 508.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to enable support for Section 508; otherwise, false.

Remarks

Section 508 and the web accessibility guidelines make Web content accessible to people with disabilities or those that are technically limited. By default, this functionality is disabled. To enable it, turn on the AccessibilityCompliant option.

When support for Section 508 is enabled:

  • field captions are rendered as hyperlinks;
  • end-users can navigate between pivot grid elements (e.g. headers, page numbers, etc.) via Tab and Shift Tab;
  • use Enter to sort summary values and expand/collapse field values.

To learn more, see Accessibility Support.

See Also