Back to Devexpress

DataGridView.AllowDragDropSortedRows Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-52d7b3fd.md

latest926 B
Original Source

DataGridView.AllowDragDropSortedRows Property

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

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
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.Maui.DataGrid Namespace