ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / RowEditEnded Property

In This Topic
    RowEditEnded Property (MultiRowTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditEnded client event. Occurs when a row edit has been committed or canceled.
    Syntax
    'Declaration
     
    Public Overridable Property RowEditEnded As String
    public virtual string RowEditEnded {get; set;}
    See Also