ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientDraggingRow Property

In This Topic
    OnClientDraggingRow Property (FlexSheet)
    In This Topic
    Occurs when the user starts dragging a row.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientDraggingRow As String
    public virtual string OnClientDraggingRow {get; set;}
    See Also