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.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
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

See Also