Skip to main content

GalleryItemEventArgs.Gallery Property

Gets the Gallery that contains the processed Gallery item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseGallery Gallery { get; }

Property Value

Type Description
BaseGallery

A BaseGallery descendant which represents the Gallery whose item is currently being processed.

See Also