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

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