windowsforms-devexpress-dot-xtranavbar-77703389.md
Implements the basic functionality of collection items.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class ComponentCollectionItem :
Component,
ICollectionItem
Public Class ComponentCollectionItem
Inherits Component
Implements ICollectionItem
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.
Object MarshalByRefObject Component ComponentCollectionItem NavElement
See Also