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

CarouselPanel.MovePrevPage() Method

Scrolls the view to the prevoius page.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v19.1.dll

Declaration

public void MovePrevPage()

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