Skip to main content

OfficeNavigationBar.MaxItemCount Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 -1

The maximum number of items simultaneously displayed within the OfficeNavigationBar.

See Also