Skip to main content

IRuleBaseProperties.SkipNullOrEmptyValues Property

Specifies whether the Validation Rule is checked for the properties that are set to null, an empty string (for string type properties) or a minimal date (for DateTime type properties).

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v26.1.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

[DefaultValue(true)]
bool SkipNullOrEmptyValues { get; set; }

Property Value

Type Default Description
Boolean true

true, if the Validation Rule is not checked; otherwise, false.

See Also