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

NavigationButtonVisibilityMode Enum

Lists values that specify the visibility mode of navigation buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum NavigationButtonVisibilityMode

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:

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.

The values listed by this enumeration are used to set the ASPxImageZoomNavigator.NavigationButtonVisibility property.

See Also