CarouselPanel Class
Represents the Carousel control.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Related API Members
The following members return CarouselPanel objects:
Remarks
The Carousel control can be used standalone or as a template within an ItemsControl.
In the first case, you can populate the control with any UIElement instances and bind their properties to carousel parameters thus arranging them on the carousel path and enabling navigation. See Lesson 1 - Create a Simple Carousel for details.
For information on using the Carousel control in combination with an ItemsControl, see Lesson 2 - Using Carousel with an ItemsControl.
Inheritance
See Also