System.Web.UI.Control.Visible Property

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

Syntax

[System.ComponentModel.Bindable(true)]
[System.ComponentModel.DefaultValue(true)]
public virtual bool Visible { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If this property is false, the server control is not rendered. You should take this into account when organizing the layout of your page.

Note:

If a container control is not rendered, any controls that it contains will not be rendered even if you set the Control.Visible property of an individual control to true. In that case, the individual control returns false for the Control.Visible property even if you have explicitly set it to true. (That is, if the Visible property of the parent control is set to false, the child control inherits that setting and the setting takes precedence over any local setting.)

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0