Back to Devexpress

DataGridView.AllowDragDropRows Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-236555cf.md

latest896 B
Original Source

DataGridView.AllowDragDropRows Property

Gets or sets whether a user is allowed to drag and drop data rows within the grid. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool AllowDragDropRows { get; set; }

Property Value

TypeDescription
Boolean

true to allow users to drag and drop data rows; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace