Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
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