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

GalleryItem.Gallery Property

Gets the gallery which owns the current item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

[Browsable(false)]
public BaseGallery Gallery { get; }

Property Value

Type Description
BaseGallery

A BaseGallery descendant which owns the current item.

See Also