Back to Devexpress

DropRowEventArgs Class

maui-devexpress-dot-maui-dot-datagrid-97386c12.md

latest1.5 KB
Original Source

DropRowEventArgs Class

Provides data for the DropRow and DragRowOver events.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class DropRowEventArgs :
    DragRowEventArgs

DropRowEventArgs is the data class for the following events:

Inheritance

System.Object EventArgs CancelEventArgs CancelRowEventArgs DragRowEventArgs DropRowEventArgs

Extension Methods

Yield<DropRowEventArgs>()

YieldIfNotNull<DropRowEventArgs>()

See Also

DropRowEventArgs Members

DevExpress.Maui.DataGrid Namespace