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

ICollectionItem Interface

Declares members implemented by collection items.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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