Skip to main content

TdxNavBarOfficeNavigationBarOptionsView Class

Stores Office Navigation Bar appearance settings.

Declaration

TdxNavBarOfficeNavigationBarOptionsView = class(
    TdxNavBarOfficeNavigationBarPersistent
)

Remarks

Main API Members

The list below outlines key members of the TdxNavBarOfficeNavigationBarOptionsView class. These members allow you to configure general appearance and layout settings for a TdxNavBarOfficeNavigationBar component.

UI Layout Settings

ItemAlignment
Allows you to position navigation links within the Office Navigation Bar client area.
ItemReverseOrder
Specifies if the navigation link order is reversed (for example, right-to-left instead of left-to-right for a horizontally arranged Office Navigation Bar component).
ItemRotation
Specifies if navigation link items are rotated by 90 degrees.
ItemSpacing
Specifies the distance (in pixels) between adjacent navigation link items.
MaxVisibleItemCount
Specifies the maximum number of simultaneously visible navigation link items.
Orientation
Specifies if the Office Navigation Bar is horizontally or vertically oriented.
Paddings
Specifies paddings (in pixels) for navigation link items within the Office Navigation Bar area.
UseRibbonArea
Allows you to extend the vertically-oriented Office Navigation Bar into the Ribbon UI area.

Direct TdxNavBarOfficeNavigationBarOptionsView Class Reference

The TdxNavBarCustomOfficeNavigationBar.OptionsView property references a TdxNavBarOfficeNavigationBarOptionsView object.

Inheritance

See Also