ASP.NET Core MVC コントロールヘルプ
ItemValidator プロパティ (InputDateBase)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > InputDateBase クラス : ItemValidator プロパティ
Gets or sets the name of a validator javascript function to determine whether dates are valid for selection.
シンタックス
'宣言
 
Public Property ItemValidator As System.String
public System.string ItemValidator {get; set;}
解説
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.
参照

InputDateBase クラス
InputDateBase メンバ