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

ResourceStyleSheet.AccessibilityCompliant Property

Gets or sets a value that specifies whether accessibility support is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if accessibility support is enabled; otherwise, false.

See Also