Skip to main content

CarouselItemsControl.Carousel Property

For internal use.

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

See Also