Skip to main content

Collection() Constructor

Creates an instance of the Collection class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public Collection()

Remarks

The constructor is used to create and initialize a new Collection object. This object is not intended to be created directly from your code. It only serves as a base class for collections of groups, items and links which are created automatically.

See Also