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

ASPxImageZoomNavigator.NavigationButtonVisibility Property

Specifies whether navigation buttons should always be visible or only visible when the width of all items exceeds the width of the ASPxImageZoomNavigator control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(NavigationButtonVisibilityMode.Auto)]
public NavigationButtonVisibilityMode NavigationButtonVisibility { get; set; }

Property Value

Type Default Description
NavigationButtonVisibilityMode **Auto**

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

ImageZoom - NavigationButtons

See Also