Back to Devexpress

CarouselPanel Class

wpf-devexpress-dot-xpf-dot-carousel-542538f1.md

latest2.7 KB
Original Source

CarouselPanel Class

Represents the Carousel control.

Namespace : DevExpress.Xpf.Carousel

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

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
[DXLicenseWpf]
public class CarouselPanel :
    Panel,
    IScrollInfo,
    ICarouselPanel,
    IWeakEventListener
vb
<DXLicenseWpf>
Public Class CarouselPanel
    Inherits Panel
    Implements 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.

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Panel CarouselPanel

See Also

CarouselPanel Members

DevExpress.Xpf.Carousel Namespace