Gets or sets a value that indicates whether or not child menu items will be checkable.

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

Syntax

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

Remarks

If true then css class "C1CheckableSupport" will be added to scroll container element.

See Also