Back to Devexpress

GalleryItem.Gallery Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-329c6d43.md

latest1.2 KB
Original Source

GalleryItem.Gallery Property

Gets the gallery which owns the current item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public BaseGallery Gallery { get; }
vb
<Browsable(False)>
Public ReadOnly Property Gallery As BaseGallery

Property Value

TypeDescription
BaseGallery

A BaseGallery descendant which owns the current item.

|

See Also

GalleryGroup

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace