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

ThumbnailNavigationBarButtonPosition Enum

Lists values that specify the position of the page navigation buttons within the navigation bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ThumbnailNavigationBarButtonPosition

Members

Name Description
Inside

Page navigation buttons are displayed inside thumbnails (over the first and the last visible thumbnails).

ImageSlider_PageNavButtonInside

Outside

Page navigation buttons are displayed outside thumbnails (thumbnails are displayed between the buttons).

ImageSlider_PageNavButtonOutside

Related API Members

The following properties accept/return ThumbnailNavigationBarButtonPosition values:

Remarks

The values listed by this enumeration are used to set the ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition property’s value.

See Also