ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / DraggingRow Property

In This Topic
    DraggingRow Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDraggingRow client event. Occurs when the user starts dragging a row.
    Syntax
    'Declaration
     
    Public Overridable Property DraggingRow As String
    public virtual string DraggingRow {get; set;}
    See Also