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

GalleryItemEventArgs.Gallery Property

Gets the Gallery that contains the processed Gallery item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

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