Version

XamDataCarousel Class

A DataPresenterBase derived control that uses a CarouselView and an associated CarouselViewPanel to arrange DataRecords along a user defined path.
Syntax
Remarks

The XamDataCarousel is essentially a XamDataPresenter that implements a single view i.e., a CarouselView. It contains the same functionality as a XamDataPresenter that has its XamDataPresenter.View property set to an instance of a CarouselView, without the ability to dynamically switch between views.

If you need the layout flexibility and visual effects provided by a CarouselView and don't need the ability to dynamically switch to other views, you should use the XamDataCarousel rather than the XamDataPresenter. It's a bit more convenient to use than the XamDataPresenter since it exposes a ViewSettings property of type Infragistics.Windows.Controls.CarouselViewSettings directly off the control for easy manipulation of the properties that control all aspects of Carousel layout and visual effects.

Refer to the Infragistics.Windows.Controls.CarouselViewSettings topic for detailed information on all available properties.

Refer to the Theory of Operation topic in the Developer's Guide for an explanation of how this control operates.

Refer to the Working with xamDataGrid, xamDataCarousel and xamDataPresenter Styling Points topic in the Developer's Guide for an explanation of how to style the control.

Refer to the Carousel Architecture Overview topic in the Developer's Guide for an explanation of how Carousel presentation works.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also