Back to Devexpress

OfficeNavigationBar.MaxItemCount Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-38c5a556.md

latest1.6 KB
Original Source

OfficeNavigationBar.MaxItemCount Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public int MaxItemCount { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(-1)>
<DXCategory("Behavior")>
Public Property MaxItemCount As Integer

Property Value

TypeDefaultDescription
Int32-1

The maximum number of items simultaneously displayed within the OfficeNavigationBar.

|

See Also

Items

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace