ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotGridTagHelper Class / ShowValueFieldHeaders Property

In This Topic
    ShowValueFieldHeaders Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.ShowValueFieldHeaders. Sets a value that determines whether the grid should display value field headers in its content panel even when the view has a single value field and a single column field.
    Syntax
    'Declaration
     
    Public Property ShowValueFieldHeaders As Boolean
    public bool ShowValueFieldHeaders {get; set;}
    See Also