Skip to main content
.NET 6.0+

RuleStringComparisonProperties.OperatorType Property

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

Namespace: DevExpress.Persistent.Validation

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