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

In This Topic
    LazyRender Property (FlexSheet)
    In This Topic
    Gets or sets whether the grid should skip rendering cells that were updated in the last render cycle.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property LazyRender As Boolean
    [DefaultValue(true)]
    public virtual bool LazyRender {get; set;}
    See Also