Back to Devexpress

ICollectionItem Interface

windowsforms-devexpress-dot-xtranavbar-59bec8b0.md

latest1.1 KB
Original Source

ICollectionItem Interface

Declares members implemented by collection items.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public interface ICollectionItem
vb
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

ICollectionItem Members

Collection

DevExpress.XtraNavBar Namespace