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

In This Topic
    ShowRowFieldHeaders Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether the grid should display row field headers in its top-left panel.
    Syntax
    'Declaration
     
    Public Property ShowRowFieldHeaders As Boolean
    public bool ShowRowFieldHeaders {get; set;}
    See Also