ASP.NET Core MVC コントロールヘルプ
ItemValidator メソッド (CalendarBuilder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > CalendarBuilder クラス : ItemValidator メソッド
The value.
Configurates C1.Web.Mvc.Calendar.ItemValidator. Sets the name of a validator javascript function to determine whether dates are valid for selection.
シンタックス
'宣言
 
Public Function ItemValidator( _
   ByVal value As System.String _
) As CalendarBuilder
public CalendarBuilder ItemValidator( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If specified, the validator function should take one parameter representing the date to be tested, and should return false if the date is invalid and should not be selectable.
参照

CalendarBuilder クラス
CalendarBuilder メンバ