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

In This Topic
    HeaderFormat Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.HeaderFormat. Sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
    Syntax
    'Declaration
     
    Public Property HeaderFormat As String
    public string HeaderFormat {get; set;}
    Remarks
    The format string may contain the '{count}' replacement string which gets replaced with the number of items currently checked. The default value for this property in the English culture is '{count:n0} items selected'.
    See Also