Skip to main content

ComponentCollectionItem() Constructor

Creates an instance of the ComponentCollectionItem class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public ComponentCollectionItem()

Remarks

The constructor is used to create and initialize a new instance of the ComponentCollectionItem object. Such objects are not designed to be created directly from your code. ComponentCollectionItem class descendants are created automatically when adding them to corresponding collections.

See Also