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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GalleryControlGallery(
    GalleryControl galleryControl
)

Parameters

Name Type Description
galleryControl GalleryControl

A GalleryControl object that will own the created gallery.

See Also