DropRowEventArgs Class
In This Article
Provides data for the DropRow and DragRowOver events.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public class DropRowEventArgs :
DragRowEventArgs
#Inheritance
System.Object
EventArgs
CancelEventArgs
CancelRowEventArgs
DragRowEventArgs
DropRowEventArgs
See Also