Version

GetCarouselItemFromIndex Method

Gets the containing CarouselListBoxItem of the selected item at the given index.
Syntax
'Declaration
 
Protected Function GetCarouselItemFromIndex( _
   ByVal iItemIndex As System.Integer _
) As Infragistics.Windows.Controls.CarouselListBoxItem
protected Infragistics.Windows.Controls.CarouselListBoxItem GetCarouselItemFromIndex( 
   System.int iItemIndex
)
protected: Infragistics.Windows.Controls.CarouselListBoxItem* GetCarouselItemFromIndex( 
   System.int iItemIndex
) 

Parameters

iItemIndex
Index of the selected item

Return Value

The containing CarouselListBoxItem of the selected item at the given index
Requirements

Target Platforms: Windows 7, 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