ICollectionItem Interface
Declares members implemented by collection items.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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