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

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

Syntax

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

Implements

INestedGroupSupport..::..NestedGroupWidth

See Also