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

In This Topic
    CellEditEnding Property (TransposedMultiRowTagHelper)
    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