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 |