Class ResetSwipeEventArgs
Provides data for the SwipeReset event.
Inheritance
System.Object
ResetSwipeEventArgs
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public class ResetSwipeEventArgs : EventArgs
Constructors
ResetSwipeEventArgs()
Declaration
public ResetSwipeEventArgs()
Properties
DataItem
Gets the data object associated with the swiped ListViewItem in the bound data source.
Declaration
public object DataItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The data object associated with the swiped ListViewItem in the bound data source. |
Index
Gets the index of the swiped ListViewItem in the SfListView's DataSource.DisplayItems collection.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The item index of the swiped listViewItem. |
OffSet
Gets the current swipe offset of the ListViewItem being swiped. The swipe offset determines how far the item has been swiped from its original position.
Declaration
public double OffSet { get; }
Property Value
Type | Description |
---|---|
System.Double | The current swipe offset of the listViewItem being swiped. |