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

In This Topic
    ColumnHeadersTemplate Property (PivotGrid)
    In This Topic
    Gets the templates applied in the column header cells.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property ColumnHeadersTemplate As CellTemplate
    public virtual CellTemplate ColumnHeadersTemplate {get;}
    See Also