ImageZoomNavigatorSettings.NavigationButtonVisibility Property
Enables you to specify the navigation button visibility mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.