Back to Devexpress

ASPxImageZoomNavigator.ActiveItemChangeAction Property

aspnet-devexpress-dot-web-dot-aspximagezoomnavigator-3158cf59.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ActiveItemChangeAction.Click)]
public ActiveItemChangeAction ActiveItemChangeAction { get; set; }
vb
<DefaultValue(ActiveItemChangeAction.Click)>
Public Property ActiveItemChangeAction As ActiveItemChangeAction

Property Value

TypeDefaultDescription
ActiveItemChangeActionClick

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

See Also

ASPxImageZoomNavigator Class

ASPxImageZoomNavigator Members

DevExpress.Web Namespace