ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / HeaderTemplate Class / RowCount Property

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