Back to Devexpress

RibbonGalleryBarItem.GalleryDropDown Property

windowsforms-devexpress-dot-xtrabars-dot-ribbongallerybaritem.md

latest2.6 KB
Original Source

RibbonGalleryBarItem.GalleryDropDown Property

Gets or sets the GalleryDropDown object, which is a control displaying a dropdown gallery.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public GalleryDropDown GalleryDropDown { get; set; }
vb
<DefaultValue(Nothing)>
Public Property GalleryDropDown As GalleryDropDown

Property Value

TypeDefaultDescription
GalleryDropDownnull

A GalleryDropDown control.

|

Remarks

A RibbonGalleryBarItem object is used to display an In-Ribbon Gallery within a RibbonControl. When the bar item is displayed within a page group a Dropdown button is visible, which when clicked expands the In-Ribbon Gallery (the In-Ribbon Gallery is displayed as is within a popup window).

The GalleryDropDown property allows you to associate a Gallery Dropdown control (GalleryDropDown) with the bar item. This control is designed to display a gallery as a popup window. If a Gallery Dropdown is assigned to the GalleryDropDown property clicking the Dropdown button displays the Gallery Dropdown control, but not the In-Ribbon Gallery.

By default, the GalleryDropDown property is set to null , so a Gallery Dropdown control is not associated with the item.

See Also

Gallery

Galleries

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.XtraBars Namespace