alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SwipeStartedEventArgs

    Inheritance
    System.Object
    SwipeStartedEventArgs
    Namespace: Syncfusion.SfCarousel.iOS
    Assembly: Syncfusion.SfCarousel.iOS.dll
    Syntax
    public class SwipeStartedEventArgs : EventArgs

    Constructors

    SwipeStartedEventArgs()

    Declaration
    public SwipeStartedEventArgs()

    Properties

    IsSwipedLeft

    Gets the value of Swipe This property can be used to indicate left swipe or Right swipe in SfCarousel.

    Declaration
    public bool IsSwipedLeft { get; }
    Property Value
    Type Description
    System.Boolean

    The selected item.

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