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

In This Topic
    RefreshOnEdit Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.RefreshOnEdit. Sets whether the grid should refresh all cells after a cell is edited.
    Syntax
    'Declaration
     
    Public Overridable Property RefreshOnEdit As Boolean
    public virtual bool RefreshOnEdit {get; set;}
    See Also