Gets or sets a value that indicates whether a server control is rendered as UI on the page.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[BrowsableAttribute(false)]
public override bool Visible { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overrides Property Visible As Boolean

Return Value

true if the control is visible on the page; otherwise false.

See Also