Interface ICarouselAdapter
Carousel adapter.
Namespace: Com.Syncfusion.Carousel
Assembly: Syncfusion.SfCarousel.Android.dll
Syntax
public interface ICarouselAdapter
Methods
GetItemView(SfCarousel, Int32)
Gets the item view.
Declaration
View GetItemView(SfCarousel carousel, int index)
Parameters
Type | Name | Description |
---|---|---|
SfCarousel | carousel | Carousel control. |
System.Int32 | index | Index of carousel. |
Returns
Type | Description |
---|---|
Android.Views.View | The item view. |