Collection Class
Serves as a base for classes maintaining a collection of items.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return Collection objects:
Remarks
The Collection class provides a means by which to manage a collection of items. It allows you to add, delete and change the position of collection items. Moreover, it provides events which fire when item arrangement within the collection changes or when properties of an individual item change their values.
Items of this collection must support the ICollectionItem interface.
Inheritance
See Also