[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.InputDateBaseTagHelper-1.ItemValidator

ItemValidator Property

ItemValidator

Configurates ItemValidator. Sets the name of a validator javascript function to determine whether dates are valid for selection.

Declaration
public string ItemValidator { get; set; }
Remarks

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.