Back to Devexpress

ImageZoomNavigatorSettings.ActiveItemChangeAction Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-imagezoomnavigatorsettings.md

latest2.0 KB
Original Source

ImageZoomNavigatorSettings.ActiveItemChangeAction Property

Gets or sets a value that specifies which action required to make a particular item active within the associated ImageZoom.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ActiveItemChangeAction ActiveItemChangeAction { get; set; }
vb
Public Property ActiveItemChangeAction As ActiveItemChangeAction

Property Value

TypeDescription
ActiveItemChangeAction

One of the ActiveItemChangeAction enumeration values.

|

Available values:

NameDescription
Click

An active item is changed by a thumbnail click.

| | Hover |

An active item is changed by a thumbnail hover.

|

Remarks

Use the ActiveItemChangeAction property to specify whether an end-user should hover a particular item or click it to activate the corresponding image within the ImageZoom extension.

See Also

ImageZoom

Image Zoom - Image Zoom NavigatorOnline Demo:

ImageZoomNavigatorSettings Class

ImageZoomNavigatorSettings Members

DevExpress.Web.Mvc Namespace