Back to Devexpress

Collection Class

windowsforms-devexpress-dot-xtranavbar-7862a83f.md

latest2.0 KB
Original Source

Collection Class

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class Collection :
    CollectionBase
vb
Public Class Collection
    Inherits 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.

Inheritance

Object CollectionBase Collection NavGroupCollection

NavItemCollection

NavLinkCollection

See Also

Collection Members

NavGroupCollection

NavItemCollection

NavLinkCollection

DevExpress.XtraNavBar Namespace