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

InDropDownGallery.GalleryDropDown Property

Gets the Dropdown control which owns the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public GalleryDropDown GalleryDropDown { get; }

Property Value

Type Description
GalleryDropDown

A GalleryDropDown control which owns the current gallery.

See Also