Back to Devexpress

RibbonGalleryBarItem.Gallery Property

windowsforms-devexpress-dot-xtrabars-dot-ribbongallerybaritem-bb26c1a9.md

latest1.7 KB
Original Source

RibbonGalleryBarItem.Gallery Property

Gets the InRibbonGallery gallery associated with the item.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public InRibbonGallery Gallery { get; }
vb
Public ReadOnly Property Gallery As InRibbonGallery

Property Value

TypeDescription
InRibbonGallery

A InRibbonGallery object associated with the bar item.

|

Remarks

Use this property to access the item’s In-Ribbon gallery. To assign a dropdown gallery to the item and then access it, use the RibbonGalleryBarItem.GalleryDropDown property.

See Also

GalleryDropDown

Galleries

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.XtraBars Namespace