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

RuleStringComparisonProperties.OperatorType Property

Specifies the operator type that must be used when comparing string values.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(0)]
public StringComparisonType OperatorType { get; set; }

Property Value

Type Description
StringComparisonType

A StringComparisonType enumeration value which specifies the operator type that must be used when comparing string values.

See Also