GalleryItemGroup.Gallery Property
Gets the gallery which owns the current GalleryItemGroup object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.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. |
See Also