Skip to main content

GalleryControlGallery(GalleryControl) Constructor

Initializes a new instance of the GalleryControlGallery class with the specified GalleryControl object.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public GalleryControlGallery(
    GalleryControl galleryControl
)

Parameters

Name Type Description
galleryControl GalleryControl

A GalleryControl object that will own the created gallery.

See Also