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