InDropDownGallery.GalleryDropDown Property
In This Article
Gets the Dropdown control which owns the current gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public GalleryDropDown GalleryDropDown { get; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
See Also