RibbonGalleryBarItem.DropDownGallery Property
In This Article
Gets or sets the item's dropdown gallery, which is invoked when clicking the RibbonGalleryBarItem's dropdown button. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Gallery | A Gallery object that represents the dropdown gallery. |
#Remarks
If a dropdown gallery is not specified directly, clicking the dropdown button does the following:
- a copy of the in-ribbon gallery (RibbonGalleryBarItem.Gallery) is created.
the RibbonGalleryBarItem.DropDownGalleryInit event fires.
You can handle this event to perform additional dropdown gallery customizations.
- the created gallery is displayed in a popup window.
See Also