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

RulePropertyValueProperties.TargetPropertyName Property

Specifies the property which must satisfy the Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesMemberOf("TargetType")]
[RulePropertiesIndex(0)]
public string TargetPropertyName { get; set; }

Property Value

Type Description
String

A string holding the name of the property which must satisfy the Validation Rule.

See Also