GalleryThumbnailImageEventArgs.Item Property
In This Article
Gets the currently processed item.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public GalleryItem Item { get; }
#Property Value
Type | Description |
---|---|
Gallery |
The currently processed item. |
See Also