[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectBuilder-1.HeaderFormat

HeaderFormat Method

HeaderFormat(string)

Configurates HeaderFormat. Sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.

Declaration
public MultiSelectBuilder<T> HeaderFormat(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.

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'.