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

ActiveItemChangeAction Enum

Specifies which action forces an active item to change.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum ActiveItemChangeAction

Members

Name Description
Click

An active item is changed by a thumbnail click.

Hover

An active item is changed by a thumbnail hover.

Related API Members

The following properties accept/return ActiveItemChangeAction values:

Remarks

The ActiveItemChangeAction enumerator contains values that specify which client action changes an active item. The values of this enumerator are used to set the ASPxImageZoomNavigator.ActiveItemChangeAction property of an image zoom navigator object.

See Also