Class SwipeEndedEventArgs
Provides data for the SwipeEnded event.
Inheritance
System.Object
SwipeEndedEventArgs
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public class SwipeEndedEventArgs : EventArgs
Constructors
SwipeEndedEventArgs()
Declaration
public SwipeEndedEventArgs()
Properties
ItemData
Gets the underlying data object of the swiped ListViewItem from the bound data source.
Declaration
public object ItemData { get; }
Property Value
Type | Description |
---|---|
System.Object | The underlying data object of the swiped ListViewItem from the bound data source. |
ItemIndex
Gets the index of the swiped ListViewItem in the DataSource.DisplayItems of SfListView.
Declaration
public int ItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The item index of the swiped listViewItem. |
SwipeDirection
Gets the swipe direction of the swiped ListViewItem.
Declaration
public SwipeDirection SwipeDirection { get; }
Property Value
Type | Description |
---|---|
SwipeDirection | The swipe direction of the swiped listViewItem. |
SwipeOffset
Gets or sets the swipe offset of the swiped ListViewItem.
Declaration
public double SwipeOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The swipe offset of the swiped listViewItem. |