ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetTagHelper Class / DraggingRowColumn Property

In This Topic
    DraggingRowColumn Property
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientDraggingRowColumn client event. Occurs when dragging the rows or the columns of the FlexSheet.
    Syntax
    'Declaration
     
    Public Property DraggingRowColumn As String
    public string DraggingRowColumn {get; set;}
    See Also