RibbonGalleryBarItem.Gallery Property
In This Article
Gets or sets the in-ribbon gallery associated with the item. 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. |
#Remarks
Use this property to specify a gallery that will be displayed within the RibbonControl. To specify a dropdown version of the gallery, use the RibbonGalleryBarItem.DropDownGallery property.
See Also