Version

CarouselListBoxItem Constructor(XamCarouselPanel)

Creates an instance of a CarouselListBoxItem.
Syntax
'Declaration
 
Protected Friend Function New( _
   ByVal carouselPanel As XamCarouselPanel _
)
protected internal CarouselListBoxItem( 
   XamCarouselPanel carouselPanel
)

Parameters

carouselPanel
The XamCarouselPanel that will contain the CarouselListBoxItem.
Remarks

Note: This constructor is for Infragistics internal use only.

Note: An instance of this class is automatically created by the XamCarouselListBox when needed. You do not ordinarily need to create an instance of this class directly.

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