ActiveItemChangeAction Enum
In This Article
Specifies which action forces an active item to change.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Image |
#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