Skip to main content

TdxNavBarOfficeNavigationBarOptionsView.Orientation Property

Specifies if the Office Navigation Bar control is arranged horizontally or vertically.

Declaration

property Orientation: TdxOrientation read; write; default orHorizontal;

Property Value

Type Default Description
TdxOrientation orHorizontal

Specifies the Office Navigation Bar control’s orientation:

orHorizontal

Default. The Office Navigation Bar control is positioned horizontally.

Navigation links are arranged from left to right. You can set the ItemReverseOrder property to True to arrange navigation links from right to left.

orVertical

The Office Navigation Bar control is positioned vertically.

Navigation links are arranged from bottom to top. You can set the ItemReverseOrder property to True to arrange navigation links from top to bottom.

Remarks

Use the Orientation property to switch the Office Navigation Bar between horizontal and vertical layouts. To rotate UI elements and reverse their display order within the Office Navigation Bar, use ItemRotation and ItemReverseOrder properties.

Ribbon Form Interaction

If you use the TdxNavBarOfficeNavigationBar control as a vertically arranged navigation control for a Ribbon Form, you can set the UseRibbonArea property to True to extend the Office Navigation Bar to the Ribbon UI area.

Default Value

The Orientation property’s default value is orHorizontal.

See Also