Skip to main content
A newer version of this page is available. .

RuleStringComparisonProperties.OperandValue Property

Specifies the value which the property value is compared with.

Namespace: DevExpress.Persistent.Validation

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