menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICarouselAdapter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved