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

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.v18.2.dll

Declaration

public ActiveItemChangeAction ActiveItemChangeAction { get; set; }

Property Value

Type Description
ActiveItemChangeAction

One of the ActiveItemChangeAction enumeration values.

Available values:

Name Description
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