Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParametersMode Enum

Contains values specifying how criteria string parameters used in RuleRangeAttribute and RuleValueComparisonAttribute constructors are treated.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public enum ParametersMode

Members

Name Description
Value

A criteria string is treated as a string.

Expression

A criteria string is treated as an expression. So, you can use the Criteria Language Syntax.

See Also