menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridSwipingEventArgs

    Provides data for the Swiping event.

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

    Constructors

    DataGridSwipingEventArgs()

    Initializes a new instance of the DataGridSwipingEventArgs class.

    Declaration
    public DataGridSwipingEventArgs()

    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

    SwipeOffset

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

    See Also

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