Skip to main content
A newer version of this page is available. .

DXCollectionView.AllowDragDropSortedItems Property

Gets or sets whether users can drag items that are sorted or grouped. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public bool AllowDragDropSortedItems { get; set; }

Property Value

Type Default Description
Boolean false

true if users can drag sorted items; otherwise, false.

See Also