Skip to main content

InDropDownGallery.GalleryDropDown Property

Gets the Dropdown control which owns the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
GalleryDropDown

A GalleryDropDown control which owns the current gallery.

See Also