Skip to main content

RibbonGalleryBarItem.DropDownGallery Property

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

public Gallery DropDownGallery { get; set; }

#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:

See Also