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

In This Topic
    DraggingRowOver Property (FlexGridTagHelper)
    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