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
public bool AllowDragDropSortedItems { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to allow users to drag and drop sorted items; otherwise, false. |
See Also