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

Collection Class

Serves as a base for classes maintaining a collection of items.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

public class Collection :
    CollectionBase

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.

See Also