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

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