ItemValidator Property (Calendar)
Gets or sets the name of a validator javascript function to determine whether dates are valid for selection.
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string ItemValidator {get; set;}
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ItemValidator As String