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

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