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 As Boolean _
) As TreeViewBuilder
public TreeViewBuilder AllowDragging(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also