[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareValueBaseValidator.NullIsValid

NullIsValid Property

NullIsValid

Gets or sets whether the validation always succeeds when the specified value is null.

Declaration
public bool NullIsValid { get; set; }
Public Property NullIsValid As Boolean
Property Value
Type Description
bool

true if the validation always succeeds when the specified value is null; otherwise, false. The default is true.

Remarks

You can determine whether validation is successful if the cell value is null.