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.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ActiveItemChangeAction | One of the ActiveItemChangeAction enumeration values. |
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