Specifies whether the C1ToolBarContainer is laid out horizontally or vertically.The default layout is horizontal.

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

Syntax

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

See Also