GalleryItemCollection(GalleryItemGroup) Constructor
Initializes a new instance of the GalleryItemCollection class with the specified owner.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | GalleryItemGroup | A GalleryItemGroup object which represents the owner of the created collection. This value is used to initialize the GalleryItemCollection.Group property. |
See Also