Skip to main content

NavigationBarItem.Collection Property

Returns the collection to which the current object belongs.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public NavigationBarItemCollection Collection { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.NavigationBarItemCollection

The collection to which the current object belongs.

Remarks

Use the OfficeNavigationBar.Items property to access items that belong to the OfficeNavigationBar control.

See Also