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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
ActiveItemChangeAction | Click | 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 ASPxImageZoom control.
See Also