Skip to main content
.NET 6.0+

RuleUniqueValueProperties.TargetPropertyName Property

Specifies the property which must satisfy the Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[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