aspnet-devexpress-dot-web-da57f0c7.md
Lists values that specify the visibility mode of navigation buttons.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum NavigationButtonVisibilityMode
Public Enum NavigationButtonVisibilityMode
| Name | Description |
|---|---|
Auto |
Navigation buttons are visible when the width of all thumbnails exceeds the width of the ASPxImageZoomNavigator control.
|
| Always |
Navigation buttons are always visible.
|
The following properties accept/return NavigationButtonVisibilityMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxImageZoomNavigator.NavigationButtonVisibility |
| ASP.NET MVC Extensions | ImageZoomNavigatorSettings.NavigationButtonVisibility |
Values listed by this enumerator allows you to specify whether navigation buttons are always visible, or only when the width of all thumbnails exceeds the width of the control.
See Also