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