Skip to main content
Tab

ASPxImageZoomNavigator.ActiveItemChangeAction Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ActiveItemChangeAction.Click)]
public ActiveItemChangeAction ActiveItemChangeAction { get; set; }

Property Value

Type Default Description
ActiveItemChangeAction Click

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 ASPxImageZoom control.

See Also