menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SwipeEndedEventArgs

    Provides data for the SwipeEnded event.

    Inheritance
    System.Object
    SwipeEndedEventArgs
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class SwipeEndedEventArgs : EventArgs

    Constructors

    SwipeEndedEventArgs()

    Initializes a new instance of the SwipeEndedEventArgs class.

    Declaration
    public SwipeEndedEventArgs()

    Properties

    RowData

    Gets the underlying data object of the swiped row.

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

    The underlying data object of the swiped row.

    RowIndex

    Gets the row index of the swiped row.

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

    The row index of the swiped row.

    SwipeDirection

    Gets the swipe direction of the swiped row.

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

    The swipe direction of the swiped row.

    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.

    See Also

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