RuleSearchObjectProperties.CriteriaEvaluationBehavior Property
Specifies whether to look for objects that are currently retrieved from the database, in addition to the objects in the database itself.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
[RulePropertiesIndex(3)]
public CriteriaEvaluationBehavior CriteriaEvaluationBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| CriteriaEvaluationBehavior | A CriteriaEvaluationBehavior enumeration value specifying whether to look for objects that are currently retrieved from the database, in addition to the objects in the database itself. |
See Also