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

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override bool Visible { get; set; }
Visual Basic
Public Overrides Property Visible As Boolean
	Get
	Set

Field Value

Return Value

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

See Also