Skip to main content

CarouselNavigator.Carousel Property

Specifies the CarouselPanel controlled by this navigator.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public CarouselPanel Carousel { get; set; }

Property Value

Type Description
CarouselPanel

A CarouselNavigator object specifying the bound carousel control.

See Also