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 |
|
See Also