Gets or sets a value indicating whether the C1MenuItem is checked.

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

Syntax

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

Remarks

Set this property to true to indicate a checked state; otherwise, false. The default is false.

See Also