Gets or sets sub menu or nested group height in pixels.

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

Syntax

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

Implements

INestedGroupSupport..::..NestedGroupHeight

See Also