Skip to main content

OfficeNavigationBar.Orientation Property

Gets or sets whether items are arranged horizontally or vertically.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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