Gets or sets value indicating whether the element is visible or not.

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

Syntax

C#
[JsonAttribute(true, true, false)]
[NotifyParentPropertyAttribute(true)]
public bool Visible { get; set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property Visible As Boolean
	Get
	Set

Field Value

The default value is True.

See Also