Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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