ASP.NET Core MVC コントロールヘルプ
SelectAllLabel メソッド (MultiSelectBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MultiSelectBuilder<T> クラス : SelectAllLabel メソッド
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.SelectAllLabel. Sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.
シンタックス
'宣言
 
Public Function SelectAllLabel( _
   ByVal value As System.String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> SelectAllLabel( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property is set to null by default, which causes the control to show a localized version of the string "Select All".
参照

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