menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResetSwipeEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    See Also

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