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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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