DataGridView.AllowDragDropRows Property
In This Article
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
C#
[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