Back to Devexpress

CarouselNavigator Class

wpf-devexpress-dot-xpf-dot-carousel-b3efd785.md

latest2.3 KB
Original Source

CarouselNavigator Class

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

Namespace : DevExpress.Xpf.Carousel

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

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
[DXLicenseWpf]
public class CarouselNavigator :
    Control
vb
<DXLicenseWpf>
Public Class CarouselNavigator
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control CarouselNavigator

See Also

CarouselNavigator Members

DevExpress.Xpf.Carousel Namespace