GalleryItemGroup.Gallery Property
Gets the gallery which owns the current GalleryItemGroup object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BaseGallery Gallery { get; }
Property Value
Type | Description |
---|---|
BaseGallery | A BaseGallery descendant which owns the current object. |
Remarks
A GalleryItemGroup object is displayed within a specific gallery. Use the Gallery property to access this gallery.
See Also