Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwipeStartedEventArgs - Xamarin.Android API Reference | Syncfusion SwipeStarted event. ">

    Show / Hide Table of Contents

    Class SwipeStartedEventArgs

    Provides data for the SwipeStarted event.

    Inheritance
    System.Object
    SwipeStartedEventArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.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 swipe direction of the row in which swiping is started.

    SwipeOffset

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

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

    The swipe offset of the row in which swiping is started.

    SwipeOffSet

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

    See Also

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