InDropDownGallery(GalleryDropDown) Constructor
Initializes a new instance of the InDropDownGallery class with the specified owner.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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