Skip to main content
A newer version of this page is available. .

ToolbarControl.Orientation Property

Gets or sets whether the items in the ToolbarControl are arranged horizontally or vertically. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.Orientation

A Windows.UI.Xaml.Controls.Orientation enumeration value that specifies whether the items in the ToolbarControl are arranged horizontally or vertically. The default is Horizontal.

See Also