ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / HeaderTemplateTagHelper Class / RowCount Property

In This Topic
    RowCount Property (HeaderTemplateTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.HeaderTemplate.RowCount. number of row(s) will appear header of table.
    Syntax
    'Declaration
     
    Public Property RowCount As Integer
    public int RowCount {get; set;}
    See Also