Back to Devexpress

RibbonGalleryBarItem.DropDownGalleryInit Event

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbongallerybaritem-f762b244.md

latest1.9 KB
Original Source

RibbonGalleryBarItem.DropDownGalleryInit Event

Allows you to customize the dropdown gallery.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public event DropDownGalleryEventHandler DropDownGalleryInit
vb
Public Event DropDownGalleryInit As DropDownGalleryEventHandler

Event Data

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

PropertyDescription
DropDownGalleryGets 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

DropDownGallery

DropDownGalleryClosed

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.Xpf.Ribbon Namespace