Class SwipeStartedEventArgs
Provides data for the SwipeStarted event.
Inheritance
System.Object
    SwipeStartedEventArgs
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.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 | 
|---|
| System.Double |