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