Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ComponentCollectionItem Class

Implements the basic functionality of collection items.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#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