C1.Web.Mvc Namespace / TreeView Class / OnClientDragOver Property

In This Topic
OnClientDragOver Property
In This Topic
Occurs while the user drags a node over other nodes on the TreeView.
Syntax
'Declaration
 
Public Property OnClientDragOver As String
 
Remarks
Returns true if the event is not cancelled.
See Also