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

CarouselItemsControl.Carousel Property

For internal use.

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 CarouselPanel object that represents the panel template of this ItemsControl.

See Also