ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotGrid Class / ShowColumnFieldHeaders Property

In This Topic
    ShowColumnFieldHeaders Property
    In This Topic
    Gets or sets a value that determines whether the grid should display column field headers in its top-left panel.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowColumnFieldHeaders As Boolean
    [DefaultValue(true)]
    public bool ShowColumnFieldHeaders {get; set;}
    See Also