ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / RefreshOnEdit Property

In This Topic
    RefreshOnEdit Property (FlexSheet)
    In This Topic
    Gets or sets whether the grid should refresh all cells after a cell is edited.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property RefreshOnEdit As Boolean
    [DefaultValue(true)]
    public virtual bool RefreshOnEdit {get; set;}
    See Also