Back to Devexpress

ImageSliderNavigationBarSettings.ThumbnailsModeNavigationButtonVisibility Property

aspnet-devexpress-dot-web-dot-imageslidernavigationbarsettings-d0149762.md

latest3.5 KB
Original Source

ImageSliderNavigationBarSettings.ThumbnailsModeNavigationButtonVisibility Property

Enables you to specify the navigation button visibility mode in the navigation bar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ElementVisibilityMode.OnMouseOver)]
public ElementVisibilityMode ThumbnailsModeNavigationButtonVisibility { get; set; }
vb
<DefaultValue(ElementVisibilityMode.OnMouseOver)>
Public Property ThumbnailsModeNavigationButtonVisibility As ElementVisibilityMode

Property Value

TypeDefaultDescription
ElementVisibilityModeOnMouseOver

One of the ElementVisibilityMode enumeration values.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ThumbnailsModeNavigationButtonVisibility
ASP.NET MVC ExtensionsImageSliderSettings

.SettingsNavigationBar .ThumbnailsModeNavigationButtonVisibility

| | ASP.NET Web Forms Controls | ASPxImageSlider |

.SettingsNavigationBar .ThumbnailsModeNavigationButtonVisibility

|

Remarks

Note that if the ThumbnailsModeNavigationButtonVisibility property is set to OnMouseOver or to Fade , the visibility of navigation 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 page navigation buttons. The next tap gesture hides these visual elements.

See Also

Image Slider

NavigationButtonVisibility

ImageSliderNavigationBarSettings Class

ImageSliderNavigationBarSettings Members

DevExpress.Web Namespace