Gets or sets the direction in which to render the C1Menu control.

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

Syntax

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

See Also