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

CarouselNavigator.Carousel Property

Specifies the CarouselPanel controlled by this navigator.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v21.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