Sub-menu or nested group orientation.

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

Syntax

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

Implements

INestedGroupSupport..::..NestedGroupOrientation

See Also