ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / RefreshOnEdit Property

In This Topic
    RefreshOnEdit Property (PivotGrid)
    In This Topic
    Gets or 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