Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CarouselNavigator Class

Represents a navigator control allowing end-users to scroll through carousel items.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

#Declaration

public class CarouselNavigator :
    Control

#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.

See Also