Skip to main content

DataGridView.AllowDragDropRows Property

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public bool AllowDragDropRows { get; set; }

Property Value

Type Description
Boolean

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

See Also