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

GalleryItemGroupCollection.Gallery Property

Gets or sets the collection’s owner.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public BaseGallery Gallery { get; set; }

Property Value

Type Description
BaseGallery

A BaseGallery descendant which owns the collection.

See Also