menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResetSwipeEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResetSwipeEventArgs

    Provides data for the SwipeReset event.

    Inheritance
    System.Object
    ResetSwipeEventArgs
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public class ResetSwipeEventArgs : CancelEventArgs

    Constructors

    ResetSwipeEventArgs()

    Declaration
    public ResetSwipeEventArgs()

    Properties

    ItemData

    Gets the underlying data object of the ListViewItem being swiped from the bound data source.

    Declaration
    public object ItemData { get; }
    Property Value
    Type Description
    System.Object

    The underlying data object of the listViewItem being swiped from the bound data source.

    ItemIndex

    Gets the index of 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.

    SwipeOffSet

    Gets the current swipe offset of the ListViewItem being swiped.

    Declaration
    public double SwipeOffSet { get; }
    Property Value
    Type Description
    System.Double

    The current swipe offset of the listViewItem being swiped.

    See Also

    SwipingEventArgs
    SwipeEndedEventArgs
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »