CarouselPanel.MoveNextPage() Method
Scrolls the view to the next page.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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