RuleBaseProperties.SkipNullOrEmptyValues Property
In This Article
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.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
[RulePropertiesIndex(6)]
public bool SkipNullOrEmptyValues { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the Validation Rule is not checked; otherwise, false. |
#Implements
See Also