Skip to main content

CarouselPanel Class

Represents the Carousel control.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v23.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public class CarouselPanel :
    Panel,
    IScrollInfo,
    ICarouselPanel,
    IWeakEventListener

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.

See Also