Version

CarouselViewPanel Class

A Infragistics.Windows.Controls.XamCarouselPanel derived class for use in the XamDataCarousel and XamDataPresenter's CarouselView. This derived panel adds support for XamDataPresenter navigation commands, hierarchical data display and the CarouselBreadcrumb control.
Syntax
'Declaration
 
Public Class CarouselViewPanel 
   Inherits Infragistics.Windows.Controls.XamCarouselPanel
   Implements IViewPanel 
public class CarouselViewPanel : Infragistics.Windows.Controls.XamCarouselPanel, IViewPanel  
Remarks

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

Note: The CarouselViewPanel is designed to be used with the XamDataCarousel and XamDataPresenter controls and is for Infragistics internal use only. The control is not designed to be used outside of the XamDataCarousel or XamDataPresenter. You may experience undesired results if you try to do so.

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