Skip to main content
A newer version of this page is available. .

GalleryItemGroupCollection(BaseGallery) Constructor

Initializes a new instance of the GalleryItemGroupCollection class with the specified owner.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public GalleryItemGroupCollection(
    BaseGallery gallery
)

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