Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarOfficeNavigationBarOptionsView.CustomizationButtonVisibility Property

Specifies the Customization Button’s availability and position.

#Declaration

Delphi
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