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

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