ICollectionItem Interface
In This Article
Declares members implemented by collection items.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Remarks
Collections used in the NavBarControl control are descendants of the Collection class. This class provides a means by which to manage a collection of objects implementing the ICollectionItem interface.
See Also