Back to Devexpress

GalleryItem.GalleryGroup Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-galleryitem-0c17aa7c.md

latest1.3 KB
Original Source

GalleryItem.GalleryGroup Property

Gets a gallery group which is the owner of the current item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
GalleryItemGroup

A GalleryItemGroup object which is the owner of the current item.

|

See Also

Gallery

GalleryItem Class

GalleryItem Members

DevExpress.XtraBars.Ribbon Namespace