Sets the value to be saved when the checkbox is unchecked. Must be convertible to the property type. Defaults to false (bool), 0 (numeric types) or "off" (string).
public object UncheckedValue { get; set; }
- Type:
- object
Sets the value to be saved when the checkbox is unchecked. Must be convertible to the property type. Defaults to false (bool), 0 (numeric types) or "off" (string).
public object UncheckedValue { get; set; }