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

ElementVisibilityMode Enum

Lists values that specify the visibility mode of an element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ElementVisibilityMode

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.

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.

See Also