Method IsValidValue
IsValidValue(object)
Used to determine if given value is appropriate for the type of the property and the range of values (as specified via the ValidateValueCallback) within that type
public bool IsValidValue(object value)
Parameters
value
objectValue to check
Returns
- bool
true if value is appropriate