[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RegularExpressionValidator.NullIsValid

NullIsValid Property

NullIsValid

Gets or sets whether the validation is always successful 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 is always successful when the specified value is null; otherwise, false. The default is true.

Remarks

If the cell value is null, you can determine whether the validation always succeeds.