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

ASPxWebControlBase.IsVisible() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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