RibbonGalleryBarItem.DropDownGalleryInit Event
In This Article
Allows you to customize the dropdown gallery.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Event Data
The DropDownGalleryInit event's handler receives an argument of the DropDownGalleryEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Drop |
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