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

In This Topic
    Header Property (ColumnTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Header. Sets the text displayed in the column header.
    Syntax
    'Declaration
     
    Public Property Header As String
    public string Header {get; set;}
    See Also