Gets or sets a value indicating whether this C1TreeView allows drag-and-drop operations.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool AllowDragDrop { get; set; }
Visual Basic
Public Property AllowDragDrop As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also