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

In This Topic
    CellEditEnding Property (MultiRowTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientCellEditEnding client event. Occurs when a cell edit is ending.
    Syntax
    'Declaration
     
    Public Overridable Property CellEditEnding As String
    public virtual string CellEditEnding {get; set;}
    See Also