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

In This Topic
    Cells Property (HeaderTemplate)
    In This Topic
    Containt all cell objects.
    Syntax
    'Declaration
     
    
    Public Property Cells As List(Of HeaderTemplateCell)
    public List<HeaderTemplateCell> Cells {get; set;}
    See Also