Skip to main content

GalleryItemGroupCollection(BaseGallery) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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