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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if the Validation Rule is not checked; otherwise, false. |
Related GitHub Examples
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.