Back to Devexpress

DragRowEventArgs Class

maui-devexpress-dot-maui-dot-datagrid-93ba4da1.md

latest1.3 KB
Original Source

DragRowEventArgs Class

Provides data for the DragRow event.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class DragRowEventArgs :
    CancelRowEventArgs

DragRowEventArgs is the data class for the following events:

Inheritance

System.Object EventArgs CancelEventArgs CancelRowEventArgs DragRowEventArgs DropRowEventArgs

Extension Methods

Yield<DragRowEventArgs>()

YieldIfNotNull<DragRowEventArgs>()

See Also

DragRowEventArgs Members

DevExpress.Maui.DataGrid Namespace