Skip to main content

GalleryItemGroup.Gallery Property

Gets the gallery which owns the current GalleryItemGroup object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.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