[]
Configurates the OnClientDragStart client event. Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.
public TreeViewBuilder OnClientDragStart(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TreeViewBuilder | Current builder. |