Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Syntax
'Declaration
Public Overridable Property Visible As Boolean
public virtual bool Visible {get; set;}
Property Value
true if the control is visible on the page; otherwise false.
See Also