Skip to main content

GalleryItemEventArgs.Item Property

Gets the Gallery item currently being processed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GalleryItem Item { get; }

Property Value

Type Description
GalleryItem

A GalleryItem object which represents the processed Gallery item.

See Also