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

In This Topic
    StickyHeaders Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether column headers should remain when the user scrolls the window.
    Syntax
    'Declaration
     
    Public Overridable Property StickyHeaders As Boolean
    public virtual bool StickyHeaders {get; set;}
    See Also