Back to Devexpress

DataGridView.AllowDragDropSortedRows Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-1756ce80.md

latest1.0 KB
Original Source

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

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

Property Value

TypeDescription
Boolean

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

|

See Also

DataGridView Class

DataGridView Members

DevExpress.XamarinForms.DataGrid Namespace