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

OfficeNavigationBar.Orientation Property

Gets or sets whether items are arranged horizontally or vertically.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation Orientation { get; set; }

Property Value

Type Default Description
Orientation **Horizontal**

A value that specifies whether items are arranged horizontally or vertically.

See Also