Class SwipeStartedEventArgs
Provides data for the SwipeStarted event.
Inheritance
System.Object
SwipeStartedEventArgs
Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public class SwipeStartedEventArgs : CancelEventArgs
Constructors
SwipeStartedEventArgs()
Declaration
public SwipeStartedEventArgs()
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. |