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:
|
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.