menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SwipeStartedEventArgs

    Provides data for the SwipeStarted event.

    Inheritance
    System.Object
    CancelEventArgs
    SwipeStartedEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class SwipeStartedEventArgs : CancelEventArgs

    Constructors

    SwipeStartedEventArgs()

    Initializes a new instance of the SwipeStartedEventArgs class.

    Declaration
    public SwipeStartedEventArgs()

    Properties

    RowData

    Gets the underlying data object of the row in which swiping is started.

    Declaration
    public object RowData { get; }
    Property Value
    Type Description
    System.Object

    The underlying data object of the row in which swiping is started.

    RowIndex

    Gets the row index of the row in which swiping is started.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The row index of the row in which swiping is started.

    SwipeDirection

    Gets the swipe direction of the row in which swiping is started.

    Declaration
    public SwipeDirection SwipeDirection { get; }
    Property Value
    Type Description
    SwipeDirection

    The SwipeDirection of the row in which swiping is started.

    SwipeOffset

    Gets the swipe offset of the swiped row.

    Declaration
    public double SwipeOffset { get; }
    Property Value
    Type Description
    System.Double

    The swipe offset of the swiped row.

    SwipeOffSet

    Declaration
    public double SwipeOffSet { get; }
    Property Value
    Type
    System.Double

    See Also

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