NavBarItemCollection Class
Represents a collection of items within a group.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Returned By
The NavBarGroup.Items property returns an instance of NavBarItemCollection.
#Remarks
Each group within a navbar control holds its items within a collection represented by an instance of the NavBarItemCollection class, and can be accessed via the NavBarGroup.Items property. The properties and methods exposed by the NavBarItemCollection class can be used to perform common collection operations, such as adding new or deleting existing items. Each item of the collection is represented by a NavBarItem object. Individual items can be accessed using indexer notation.