Back to Devexpress

ASPxWebControlBase.IsVisible() Method

aspnet-devexpress-dot-web-dot-aspxwebcontrolbase-806e3d07.md

latest1019 B
Original Source

ASPxWebControlBase.IsVisible() Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual bool IsVisible()
vb
Public Overridable Function IsVisible As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

ASPxWebControlBase Class

ASPxWebControlBase Members

DevExpress.Web Namespace