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

ImageZoomNavigatorItemEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageZoomNavigatorItem Item { get; }

Property Value

Type Description
ImageZoomNavigatorItem

An ImageZoomNavigatorItem object that is an item currently being processed.

See Also