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

In This Topic
    Title Property (HeaderTemplateCellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.HeaderTemplateCell.Title. Text will appear in this area
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}
    See Also