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.MaxVisibleItemCount Property

Specifies the number of visible Office bar navigation links.

#Declaration

Delphi
property MaxVisibleItemCount: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use this property to limit the number of simultaneously visible navigation links. If the MaxVisibleItemCount property is set to 0, only the links that fit into the Office Navigation Bar are visible. The number links that fit depends on their size and the Orientation property value.

The default value of the MaxVisibleItemCount property is 0.

See Also