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.v19.2.dll

Declaration

public bool IsAccessibilityCompliantRender()

Returns

Type Description
Boolean

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

See Also