Skip to main content
Tab

ImageGalleryItemEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageGalleryItem Item { get; }

Property Value

Type Description
ImageGalleryItem

An ImageGalleryItem object that is an item currently being processed.

See Also