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

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[ObsoleteAttribute("This property is obsolete, use DisplayVisible property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public override bool Visible { get; set; }
Visual Basic (Declaration)
<ObsoleteAttribute("This property is obsolete, use DisplayVisible property instead.")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
Public Overrides Property Visible As Boolean
	Get
	Set

Return Value

True if the control is visible on the page; otherwise False.

See Also