ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientDraggingRowColumn = value
     
    value = instance.OnClientDraggingRowColumn
    public System.string OnClientDraggingRowColumn {get; set;}
    public read-write property OnClientDraggingRowColumn: System.String; 
    public function get,set OnClientDraggingRowColumn : System.String
    public: __property System.string* get_OnClientDraggingRowColumn();
    public: __property void set_OnClientDraggingRowColumn( 
       System.string* value
    );
    public:
    property System.String^ OnClientDraggingRowColumn {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also