GalleryItemGroupCollection(BaseGallery) Constructor
Initializes a new instance of the GalleryItemGroupCollection class with the specified owner.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
gallery | BaseGallery | A BaseGallery descendant that will own the new collection. This value is assigned to the GalleryItemGroupCollection.Gallery property. |
See Also