Class SwipingEventArgs
Provides data for the Swiping event.
Inheritance
System.Object
    SwipingEventArgs
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class SwipingEventArgs : EventArgs
  Constructors
SwipingEventArgs()
Initializes a new instance of the SwipingEventArgs class.
Declaration
public SwipingEventArgs()
  Properties
RowData
Gets the underlying data object of the row being swiped.
Declaration
public object RowData { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The underlying data object of the row being swiped.  | 
      
RowIndex
Gets the row index of the row being swiped.
Declaration
public int RowIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The row index of the row being swiped.  | 
      
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 row being swiped.
Declaration
public double SwipeOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The swipe offset of the row being swiped.  | 
      
SwipeOffSet
Declaration
public double SwipeOffSet { get; }
  Property Value
| Type | 
|---|
| System.Double |