Back to Devexpress

TreeViewControl.AllowDragDrop Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-58ce83db.md

latest1.3 KB
Original Source

TreeViewControl.AllowDragDrop Property

Gets or sets whether a user can drag and drop nodes. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowDragDrop { get; set; }
vb
Public Property AllowDragDrop As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow users to drag and drop nodes; otherwise, false.

|

Remarks

For information about drag-and-drop operations, refer to the following DevExpress WPF Grid help topic: Drag-and-Drop.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace