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

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