CarouselNavigator Class
Represents a navigator control allowing end-users to scroll through carousel items.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Remarks
If you want to enable carousel navigation using external controls, the easiest way is to add a CarouselNavigator to your form and bind it to the carousel, using the CarouselNavigator.Carousel property. The navigator automatically displays the First, Last, Next Page, Prev Page, Next and Prev buttons, allowing your end-users to scroll the carousel forward and backward.
If the built-in navigator doesn’t suit your requirements, you can use any controls for navigation purposes. Use Carousel Commands to bind your custom control elements to the carousel.
End-users can navigate between items by clicking them. See CarouselPanel.ActivateItemOnClick for details.