ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / LazyRender Property

In This Topic
    LazyRender Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.LazyRender. Sets whether the grid should skip rendering cells that were updated in the last render cycle.
    Syntax
    'Declaration
     
    Public Overridable Property LazyRender As Boolean
    public virtual bool LazyRender {get; set;}
    See Also