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.

Appearance Settings

CompactNavigation
Specifies whether navigation links are displayed as icons.
DrawParentBackground
Specifies whether the navigation bar background is opaque or transparent when a vector skin is active.
ShowItemsAsButtons
Specifies whether navigation links are displayed as buttons or borderless items.

UI Layout Settings

CustomizationButtonVisibility
Specifies whether the navigation bar customization button is visible.
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.

General-Purpose API Members

Assign | AssignTo
Copy appearance settings between Office Navigation Bar components.

Direct TdxNavBarOfficeNavigationBarOptionsView Class Reference

The TdxNavBarCustomOfficeNavigationBar.OptionsView property references a TdxNavBarOfficeNavigationBarOptionsView object.

Inheritance

See Also