Skip to main content

GalleryThumbnailImageEventArgs.Item Property

Gets the currently processed item.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GalleryItem Item { get; }

Property Value

Type Description
GalleryItem

The currently processed item.

See Also