Skip to main content
A newer version of this page is available. .

TdxNavBarOfficeNavigationBarOptionsView.CustomizationButtonVisibility Property

Specifies the Customization Button’s availability and position.

Declaration

property CustomizationButtonVisibility: TdxNavBarOfficeNavigationBarCustomizationButtonVisibility read; write; default cbvShowAfterItems;

Property Value

Type Default
TdxNavBarOfficeNavigationBarCustomizationButtonVisibility cbvShowAfterItems

Remarks

Use this property to hide or display the button invoking the Navigation Options dialog. Options include:

Value Description
cbvShowAfterItems The Office Navigation Bar displays the Customization Button following the last visible navigation link.
cbvShowBeforeItems The Office Navigation Bar displays the Customization Button prior to the first visible navigation link.
cbvHidden The Customization Button is hidden.

The default value of the CustomizationButtonVisibility property is cbvShowAfterItems.

See Also