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

NavigationBarPagingMode Enum

Lists values that specify the navigation bar paging mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum NavigationBarPagingMode

Members

Name Description
Page

Thumbnails are scrolled by a page.

Single

Thumbnails are scrolled one by one.

Related API Members

Remarks

The values listed by this enumeration are used to set the ImageSliderNavigationBarSettings.PagingMode property.

See Also