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

RibbonGalleryBarItem.GalleryInitDropDownGallery Event

Enables a gallery, when displayed as a dropdown window, to be customized.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
public event InplaceGalleryEventHandler GalleryInitDropDownGallery

Event Data

The GalleryInitDropDownGallery event's data class is DevExpress.XtraBars.Ribbon.InplaceGalleryEventArgs.

Remarks

This event is equivalent to the InRibbonGallery.InitDropDownGallery event of the GalleryDropDown.Gallery object. See the InRibbonGallery.InitDropDownGallery topic for more information.

See Also