Skip to main content

DataGridView.AllowDragDropSortedRows Property

Gets or sets whether a user is allowed to drag and drop data rows that are sorted or grouped.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

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

Property Value

Type Description
Boolean

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

See Also