Table of Contents

Property IsVisible

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 is true.