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

ASPxWebControl.IsAccessibilityCompliantRender(Boolean) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool IsAccessibilityCompliantRender(
    bool checkEnabled
)

Parameters

Name Type Description
checkEnabled Boolean

true, if the control’s AccessibilityCompliant property is enabled, otherwise, false.

Returns

Type Description
Boolean

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

See Also