Skip to main content
.NET 6.0+

IRuleBaseProperties.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

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

Property Value

Type Default Description
Boolean true

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SkipNullOrEmptyValues property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also