Skip to main content
.NET 6.0+

RuleStringComparisonProperties.OperandValue Property

Specifies the value which the property value is compared with.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(1)]
public string OperandValue { get; set; }

Property Value

Type Description
String

A string which the property value is compared with.

See Also