ASP.NET Core MVC コントロールヘルプ
MaxHeaderItems メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MultiSelectBuilder<T> クラス : MaxHeaderItems メソッド
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.MaxHeaderItems. Sets the maximum number of items to display on the control header.
シンタックス
'宣言
 
Public Function MaxHeaderItems( _
   ByVal value As System.Integer _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> MaxHeaderItems( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If no items are selected, the header displays the text specified by the Placeholder property.If the number of selected items is smaller than or equal to the value of the MaxHeaderItems property, the selected items are shown in the header. If the number of selected items is greater than MaxHeaderItems, the header displays the selected item count instead.
参照

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