ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / TableTagHelper Class / ShowHeaderRow Property

In This Topic
    ShowHeaderRow Property (TableTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.Table.ShowHeaderRow. Indicates whether the table should include a header row.
    Syntax
    'Declaration
     
    Public Property ShowHeaderRow As Boolean
    public bool ShowHeaderRow {get; set;}
    See Also