Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonGalleryBarItem.DropDownGalleryInit Event

Allows you to customize the dropdown gallery.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v24.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public event DropDownGalleryEventHandler DropDownGalleryInit

#Event Data

The DropDownGalleryInit event's data class is DropDownGalleryEventArgs. The following properties provide information specific to this event:

Property Description
DropDownGallery Gets or sets the dropdown window displaying a gallery.

#Remarks

The DropDownGalleryInit event fires when the item’s dropdown gallery (RibbonGalleryBarItem.DropDownGallery) is invoked. You can handle this event to initialize the dropdown gallery dynamically. When the dropdown gallery is closed, the RibbonGalleryBarItem.DropDownGalleryClosed event fires.

See Also