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#
bool NestedGroupCheckable { get; set; }
Visual Basic (Declaration)
Property NestedGroupCheckable As Boolean
	Get
	Set

Remarks

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

See Also