Skip to main content
A newer version of this page is available. .

GalleryItemGroup.Gallery Property

Gets the gallery which owns the current GalleryItemGroup object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
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