ASP.NET MVC Controls
ItemValidator Property (InputDateBase)

Gets or sets the name of a validator javascript function to determine whether dates are valid for selection.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property ItemValidator As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InputDateBase Class
InputDateBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback