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

RuleValueComparisonProperties.OperatorType Property

Specifies the operator type to be used for comparison.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(1)]
public ValueComparisonType OperatorType { get; set; }

Property Value

Type Description
ValueComparisonType

A ValueComparisonType enumeration values which specifies the operator type to be used for comparison.

See Also