Skip to main content

CarouselPanel.MoveNextPage() Method

Scrolls the view to the next page.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v23.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public void MoveNextPage()

Remarks

Use this method to scroll the view programmatically. If the CarouselPanel.IsRepeat property is set to true, the view will always be scrolled by the number of items specified by CarouselPanel.VisibleItemCount. Otherwise, scrolling is limited by the first and last items in the sequence.

See Also