ElementVisibilityMode Enum
Lists values that specify the visibility mode of an element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
The element is not displayed. |
Faded
|
The element is always visible. When a mouse is not over the element, it is faded. Note, on touch devices the “mouse over” behavior can be simulated by tapping the image area. |
OnMouseOver
|
The element is displayed when the mouse is over the corresponding area. Note, on touch devices the “mouse over” behavior can be simulated by tapping the image area. |
Always
|
The element is always visible. |
Related API Members
The following properties accept/return ElementVisibilityMode values:
Remarks
Values listed by this enumerator are used to set the visibility mode of elements within the ASPxImageGallery and ASPxImageSlider controls.
Note - since there is no equivalent of a hover action when browsing on touch devices, end-users can tap the image area to simulate “mouse over” behavior.