menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface ICarousel

    Create Interface for the Carousel.

    Namespace: Syncfusion.SfCarousel.XForms
    Assembly: Syncfusion.SfCarousel.XForms.dll
    Syntax
    public interface ICarousel

    Methods

    MoveNext()

    Moves the item from right to left in turn increments the Selected index of the control by one.

    Declaration
    void MoveNext()

    MovePrevious()

    Moves the item from left to right in turn decrements the Selected index of the control by one.

    Declaration
    void MovePrevious()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved