Back to Devexpress

ASPxWebControl.IsAccessibilityCompliantRender() Method

aspnet-devexpress-dot-web-dot-aspxwebcontrol-da21b140.md

latest1.1 KB
Original Source

ASPxWebControl.IsAccessibilityCompliantRender() Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool IsAccessibilityCompliantRender()
vb
Public Function IsAccessibilityCompliantRender As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace