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

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