DXCollectionView.AllowDragDropItems Property
Gets or sets whether a user is allowed to drag and drop items within the view.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public bool AllowDragDropItems { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to allow users to drag and drop items; otherwise, false. |
See Also