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

ASPxWebControl.IsAccessibilityCompliantRender() Method

Returns a value that indicates whether the control’s accessible html code is rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsAccessibilityCompliantRender()

Returns

Type Description
Boolean

true if the accessible html code is rendered for the control; otherwise, false.

See Also