Skip to main content
Tab

ASPxWebControl.IsAccessibilityCompliantRender() Method

In This Article

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()

#Returns

Type Description
Boolean

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

See Also