NavigationButtonVisibilityMode Enum
Lists values that specify the visibility mode of navigation buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return NavigationButtonVisibilityMode values:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxImageZoomNavigator.NavigationButtonVisibility |
ASP.NET MVC Extensions | ImageZoomNavigatorSettings.NavigationButtonVisibility |
Remarks
Values listed by this enumerator allows you to specify whether navigation buttons are always visible, or only when the width of all thumbnails exceeds the width of the control.
See Also