Back to Devexpress

ElementVisibilityMode Enum

aspnet-devexpress-dot-web-4a5792cb.md

latest2.9 KB
Original Source

ElementVisibilityMode Enum

Lists values that specify the visibility mode of an element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ElementVisibilityMode
vb
Public Enum ElementVisibilityMode

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageGallery.TextVisibility
BinaryImageButtonPanelSettings.Visibility
ImageGalleryFullscreenViewerSettings.NavigationBarVisibility
ImageGalleryFullscreenViewerSettings.NavigationButtonVisibility
ImageSliderImageAreaSettings.ItemTextVisibility
ImageSliderImageAreaSettings.NavigationButtonVisibility
ImageSliderNavigationBarSettings.ThumbnailsModeNavigationButtonVisibility
ImageSliderSlideShowSettings.PlayPauseButtonVisibility
ASP.NET MVC ExtensionsImageGallerySettings.TextVisibility

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

DevExpress.Web Namespace