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

In This Topic
    OnClientDraggingRowColumn Property
    In This Topic
    Occurs when dragging the rows or the columns of the FlexSheet.
    Syntax
    'Declaration
     
    
    Public Property OnClientDraggingRowColumn As String
    public string OnClientDraggingRowColumn {get; set;}
    See Also