Property IsVisible
IsVisible
Gets or sets a value indicating whether the control and all its child controls are displayed. This is the same as Visible property.
public bool IsVisible { get; set; }
Property Value
- bool
true
if the control and all its child controls are displayed; otherwise,false
. The default istrue
.