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

CarouselPanel.MoveLastPage() Method

Scrolls the view to the last page.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Carousel, DevExpress.Wpf.Carousel

Declaration

public void MoveLastPage()

Remarks

Use this method to scroll the view programmatically, so that the last visible item is the last item in the sequence.

See Also