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 |