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

In This Topic
    HeaderRow Property
    In This Topic
    Gets a C1GridViewRow object that represents the header row in a C1GridView control.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HeaderRow As C1GridViewRow
    public virtual C1GridViewRow HeaderRow {get;}
    See Also