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

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