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

CarouselPanel Class

Represents the Carousel control.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v19.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CarouselPanel class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also