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

In This Topic
    CloneFrozenCells Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling.
    Syntax
    'Declaration
     
    Public Overridable Property CloneFrozenCells As Nullable(Of Boolean)
    public virtual Nullable<bool> CloneFrozenCells {get; set;}
    Remarks
    This property is set to null by default, which causes the grid to select the best setting depending on the browser.
    See Also