ApplicationOptions.AccessibilityCompliant Property
Enables support for Section 508.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public bool AccessibilityCompliant { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to enable support for Section 508; otherwise, false. |
See Also