Back to Devexpress

NavigationButtonVisibilityMode Enum

aspnet-devexpress-dot-web-da57f0c7.md

latest2.2 KB
Original Source

NavigationButtonVisibilityMode Enum

Lists values that specify the visibility mode of navigation buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum NavigationButtonVisibilityMode
vb
Public Enum NavigationButtonVisibilityMode

Members

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

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageZoomNavigator.NavigationButtonVisibility
ASP.NET MVC ExtensionsImageZoomNavigatorSettings.NavigationButtonVisibility

Remarks

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

DevExpress.Web Namespace