[]
Configurates ItemValidator. Sets the name of a validator javascript function to determine whether dates are valid for selection.
public CalendarBuilder ItemValidator(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
CalendarBuilder | 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.