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

ImageGalleryFullscreenViewerSettings.NavigationButtonVisibility Property

Enables you to specify the navigation button visibility mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ElementVisibilityMode.OnMouseOver)]
public ElementVisibilityMode NavigationButtonVisibility { get; set; }

Property Value

Type Default Description
ElementVisibilityMode **OnMouseOver**

One of the ElementVisibilityMode enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to NavigationButtonVisibility
ASP.NET Controls and MVC Extensions ASPxImageGallery
.SettingsFullscreenViewer .NavigationButtonVisibility
ASP.NET MVC Extensions ImageGallerySettings
.SettingsFullscreenViewer .NavigationButtonVisibility
MVCxImageGallery
.SettingsFullscreenViewer .NavigationButtonVisibility

Remarks

Note that if the NavigationButtonVisibility property is set to OnMouseOver or to Fade, the visibility of buttons under touch devices can be toggled via a tap gesture (a quick up-and-down motion with a finger). Tapping the image area displays the image navigation buttons. The next tap gesture hides these visual elements.

See Also