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

InDropDownGallery(GalleryDropDown) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public InDropDownGallery(
    GalleryDropDown galleryDropDown
)

Parameters

Name Type Description
galleryDropDown GalleryDropDown

A GalleryDropDown control which will become the owner of the created object. This value is used to initialize the InDropDownGallery.GalleryDropDown property.

See Also