Skip to main content

RibbonGalleryBarItem.Gallery Property

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

public Gallery Gallery { get; set; }

#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