Skip to main content
A newer version of this page is available. .

ComponentCollectionItem Class

Implements the basic functionality of collection items.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public class ComponentCollectionItem :
    Component,
    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

See Also