menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridSwipeStartingEventArgs

    Provides data for the SwipeStarting event.

    Inheritance
    System.Object
    DataGridSwipeStartingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridSwipeStartingEventArgs : CancelEventArgs

    Constructors

    DataGridSwipeStartingEventArgs()

    Initializes a new instance of the DataGridSwipeStartingEventArgs class.

    Declaration
    public DataGridSwipeStartingEventArgs()

    Properties

    RowData

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

    RowIndex

    Gets the row index of the row.

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

    SwipeDirection

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

    See Also

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