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

In This Topic
    DraggingRowOver Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDraggingRowOver client event. Occurs as the user drags a row to a new position.
    Syntax
    'Declaration
     
    Public Overridable Property DraggingRowOver As String
    public virtual string DraggingRowOver {get; set;}
    See Also