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

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
public override bool Visible { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
Public Overrides Property Visible As Boolean
	Get
	Set

Field Value

Return Value

true if the control is visible on the page; otherwise false.

See Also