ComponentOne ASP.NET MVC Controls
OnClientDragStart Method

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : OnClientDragStart Method
The value.
Configurates the C1.Web.Mvc.TreeView.OnClientDragStart client event. Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.
Syntax
'Declaration
 
Public Function OnClientDragStart( _
   ByVal value As String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDragStart( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members