ComponentOne ASP.NET MVC Controls
AllowDragging Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : AllowDragging Method
The value.
Configurates C1.Web.Mvc.TreeView.AllowDragging. Sets a value that determines whether users can drag and drop nodes within the C1.Web.Mvc.TreeView control.
Syntax
'Declaration
 
Public Function AllowDragging( _
   ByVal value As Boolean _
) As TreeViewBuilder
public TreeViewBuilder AllowDragging( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members