Collection() Constructor
Creates an instance of the Collection class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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