menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridSwipeEndedEventArgs

    Provides data for the SwipeEnded event.

    Inheritance
    System.Object
    DataGridSwipeEndedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridSwipeEndedEventArgs : EventArgs

    Constructors

    DataGridSwipeEndedEventArgs()

    Initializes a new instance of the DataGridSwipeEndedEventArgs class.

    Declaration
    public DataGridSwipeEndedEventArgs()

    Properties

    RowData

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

    RowIndex

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32

    SwipeDirection

    Declaration
    public DataGridSwipeDirection SwipeDirection { get; }
    Property Value
    Type
    DataGridSwipeDirection

    See Also

    DataGridSwipeStartingEventArgs
    DataGridSwipingEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved