Skip to main content

DXCollectionView.AllowDragDropSortedItems Property

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

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public bool AllowDragDropSortedItems { get; set; }

#Property Value

Type Description
Boolean

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

See Also