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

ImageGalleryFullscreenViewerSettings.NavigationBarVisibility Property

Enables you to specify the navigation bar visibility mode in the fullscreen viewer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(ElementVisibilityMode.OnMouseOver)]
public ElementVisibilityMode NavigationBarVisibility { 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:

Object Type Path to NavigationBarVisibility
ASPxImageGallery
.SettingsFullscreenViewer.NavigationBarVisibility
ImageGallerySettings
.SettingsFullscreenViewer.NavigationBarVisibility
MVCxImageGallery
.SettingsFullscreenViewer.NavigationBarVisibility

Remarks

If the NavigationBarVisibility property is set to Faded or OnMouseOver, the fullscreen viewer displays the navigation bar marker. When the marker is hovered over, the navigation bar is displayed.

See Also