RuleValueComparisonProperties.OperatorType Property
Specifies the operator type to be used for comparison.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
[RulePropertiesIndex(1)]
public ValueComparisonType OperatorType { get; set; }
#Property Value
Type | Description |
---|---|
Value |
A Value |
Available values:
Name | Description |
---|---|
Equals | Specifies that the target property’s value must equal a particular value. |
Greater |
Specifies that the target property’s value must be greater then a particular value. |
Greater |
Specifies that the target property’s value must be greater then or equal to a particular value. |
Less |
Specifies that the target property’s value must be less than a particular value. |
Less |
Specifies that the target property’s value must be less than or equal to a particular value. |
Not |
Specifies that the target property’s value must not equal a particular value. |