Skip to main content
Tab

ThumbnailNavigationBarButtonPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also