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

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