Skip to main content
.NET 6.0+

RuleIsReferencedProperties.ReferencePropertyName Property

Specifies the property which is checked as to whether it contains a reference to an object of the type specified by the RuleBaseProperties.TargetType property. The specified property must belong to the class specified by the RuleIsReferencedProperties.LooksFor property.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(0)]
public string ReferencePropertyName { get; set; }

Property Value

Type Description
String

A string holding the name of the property which is checked as to whether it contains a reference to an object of the type specified by the TargetType property.

See Also