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