wpf-devexpress-dot-xpf-dot-carousel-542538f1.md
Represents the Carousel control.
Namespace : DevExpress.Xpf.Carousel
Assembly : DevExpress.Xpf.Carousel.v25.2.dll
NuGet Package : DevExpress.Wpf.Carousel
[DXLicenseWpf]
public class CarouselPanel :
Panel,
IScrollInfo,
ICarouselPanel,
IWeakEventListener
<DXLicenseWpf>
Public Class CarouselPanel
Inherits Panel
Implements IScrollInfo,
ICarouselPanel,
IWeakEventListener
The following members return CarouselPanel objects:
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.
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Panel CarouselPanel
See Also