Back to Devexpress

InDropDownGallery.GalleryDropDown Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-indropdowngallery.md

latest1.3 KB
Original Source

InDropDownGallery.GalleryDropDown Property

Gets the Dropdown control which owns the current gallery.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public GalleryDropDown GalleryDropDown { get; }
vb
<Browsable(False)>
Public ReadOnly Property GalleryDropDown As GalleryDropDown

Property Value

TypeDescription
GalleryDropDown

A GalleryDropDown control which owns the current gallery.

|

See Also

InDropDownGallery Class

InDropDownGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace