aspnet-devexpress-dot-web-4a5792cb.md
Lists values that specify the visibility mode of an element.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ElementVisibilityMode
Public Enum ElementVisibilityMode
| 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.
|
The following properties accept/return ElementVisibilityMode values:
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