Skip to main content

InDropDownGallery(GalleryDropDown) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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