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

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

Syntax

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

Field Value

Return Value

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

Remarks

This means that menu item html markup will be not rendered into destination page.

See Also