ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / ShowHeader Property

In This Topic
    ShowHeader Property
    In This Topic
    Determines whether the header is displayed.
    Syntax
    'Declaration
     
    Public Overridable Property ShowHeader As System.Boolean
    public virtual System.bool ShowHeader {get; set;}

    Property Value

    The default value is true.
    Remarks
    Set this property to true to display the header.
    See Also