Skip to main content

ICollectionItem Interface

Declares members implemented by collection items.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public interface ICollectionItem

Remarks

Collections used in the NavBarControl control are descendants of the Collection class. This class provides a means by which to manage a collection of objects implementing the ICollectionItem interface.

See Also