Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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