Back to Devexpress

ComponentCollectionItem Class

windowsforms-devexpress-dot-xtranavbar-77703389.md

latest2.0 KB
Original Source

ComponentCollectionItem Class

Implements the basic functionality of collection items.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class ComponentCollectionItem :
    Component,
    ICollectionItem
vb
Public Class ComponentCollectionItem
    Inherits Component
    Implements ICollectionItem

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

ICollectionItem

Inheritance

Object MarshalByRefObject Component ComponentCollectionItem NavElement

NavBarGroup

NavBarItem

See Also

ComponentCollectionItem Members

ICollectionItem

Collection

DevExpress.XtraNavBar Namespace