Property Visible
Visible
Gets or sets a value indicating whether the control and all its child controls are displayed.
[Browsable(false)]
public virtual bool Visible { get; set; }
Property Value
- bool
trueif the control and all its child controls are displayed; otherwise,false. The default istrue.