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

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

Syntax

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

See Also