Gets or sets if menu item is Enabled.

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

Syntax

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

See Also