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

In This Topic
    HeaderFormatter Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.HeaderFormatter. Sets a function that gets the HTML in the control header.
    Syntax
    'Declaration
     
    Public Property HeaderFormatter As String
    public string HeaderFormatter {get; set;}
    Remarks
    By default, the control header content is determined based on the Placeholder, MaxHeaderItems, and on the current selection. You may customize the header content by specifying a function that returns a custom string based on whatever criteria your application requires.
    See Also