menu

Class SwipeEndedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SwipeEndedEventArgs

    Provides data for the SwipeEnded event.

    Inheritance
    System.Object
    SwipeEndedEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.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.

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