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

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