ComponentCollectionItem Class
Implements the basic functionality of collection items.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Remarks
Collection objects used in the NavBarControl control are represented by Collection class descendants. Each of these objects maintains a collection of objects supporting the ICollectionItem interface. The ComponentCollectionItem class partially implements this interface and other common features of objects representing collection items.
Implements
Inheritance
See Also