Table of Contents
AllowDragReordering Property

Specifies whether user can use drag and drop to reordering nodes.

Syntax
 public Boolean AllowDragReordering { get; set; }
Remarks

When this property is set to true, user will be able to drop a node in between nodes to reorder nodes.

See Also