Skip to main content

DXCollectionView.AllowDragDropItems Property

Gets or sets whether users can drag items within the view. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public bool AllowDragDropItems { get; set; }

Property Value

Type Default Description
Boolean false

true if users can drag items; otherwise, false.

See Also