GalleryItem.GalleryGroup Property
In This Article
Gets a gallery group which is the owner of the current item.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public GalleryItemGroup GalleryGroup { get; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
See Also