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

OfficeNavigationBar.MaxItemCount Property

Gets or sets the maximum number of items simultaneously displayed within the OfficeNavigationBar.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Behavior")]
public int MaxItemCount { get; set; }

Property Value

Type Default Description
Int32 -1

The maximum number of items simultaneously displayed within the OfficeNavigationBar.

See Also