ASP.NET Core MVC コントロールヘルプ
HeaderFormat プロパティ (MultiSelect<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > MultiSelect<T> クラス : HeaderFormat プロパティ
Gets or sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
シンタックス
'宣言
 
Public Property HeaderFormat As System.String
public System.string HeaderFormat {get; set;}
解説
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'.
参照

MultiSelect<T> クラス
MultiSelect<T> メンバ