Skip to main content

PivotGridSettings.AccessibilityCompliant Property

Enables accessibility support.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AccessibilityCompliant { get; set; }

Property Value

Type Description
Boolean

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. To learn more, see Accessibility Support.

See Also