ComponentCollectionItem() Constructor
Creates an instance of the ComponentCollectionItem 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 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