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

ImageZoomNavigatorSettings.NavigationButtonVisibility Property

Enables you to specify the navigation button visibility mode.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public NavigationButtonVisibilityMode NavigationButtonVisibility { get; set; }

Property Value

Type Description
NavigationButtonVisibilityMode

One of the NavigationButtonVisibilityMode enumeration values.

Available values:

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.

Remarks

Set the NavigationButtonVisibility property value to NavigationButtonVisibilityMode.Always to make the navigation buttons always visible.

To make the navigation buttons visible when the width of all thumbnails exceeds the width of the extension, set the NavigationButtonVisibility property value to NavigationButtonVisibilityMode.Auto.

See Also