Skip to main content
.NET 6.0+

RuleBaseProperties.SkipNullOrEmptyValues Property

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

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

[RulePropertiesIndex(6)]
public bool SkipNullOrEmptyValues { get; set; }

Property Value

Type Description
Boolean

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

See Also