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

TdxNavBarOfficeNavigationBarOptionsView.MaxVisibleItemCount Property

Specifies the number of visible Office bar navigation links.

Declaration

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