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 |