Skip to main content
Tab

ASPxWebControlBase.IsVisible() Method

In This Article

Returns a value that specifies whether the current web control is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual bool IsVisible()

#Returns

Type Description
Boolean

true if the web control is displayed within the page; otherwise, false.

See Also