OnClientDraggingRowOver Property (TransposedGrid<T>)
In This Topic
Occurs as the user drags a row to a new position.
Syntax
'Declaration
Public Overridable Property OnClientDraggingRowOver As String
public virtual string OnClientDraggingRowOver {get; set;}
See Also