Back to Devexpress

TdxNavBarOfficeNavigationBarOptionsView.MaxVisibleItemCount Property

vcl-dxnavbarofficenavigationbar-dot-tdxnavbarofficenavigationbaroptionsview-c195fef9.md

latest1.3 KB
Original Source

TdxNavBarOfficeNavigationBarOptionsView.MaxVisibleItemCount Property

Specifies the number of visible Office bar navigation links.

Declaration

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

Property Value

TypeDefault
Integer0

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

TdxNavBarOfficeNavigationBarOptionsView Class

TdxNavBarOfficeNavigationBarOptionsView Members

dxNavBarOfficeNavigationBar Unit