Back to Devexpress

DXCollectionView.AllowDragDropSortedItems Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-2d906908.md

latest984 B
Original Source

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

csharp
public bool AllowDragDropSortedItems { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true if users can drag sorted items; otherwise, false.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace