Class SwipingEventArgs
Provides data for the Swiping event.
Inheritance
System.Object
SwipingEventArgs
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.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 row being swiped.
Declaration
public SwipeDirection SwipeDirection { get; }
Property Value
| Type | Description |
|---|---|
| SwipeDirection | The swipe direction of the row being swiped. |
SwipeOffset
Gets the current swipe offset of the row being swiped.
Declaration
public double SwipeOffset { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | The current swipe offset of the row being swiped. |
SwipeOffSet
Declaration
public double SwipeOffSet { get; }
Property Value
| Type |
|---|
| System.Double |