Skip to main content
.NET 6.0+

RuleValueComparisonProperties.OperatorType Property

Specifies the operator type to be used for comparison.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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