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

RuleIsReferencedProperties.LooksFor Property

Specifies the type of the objects which are checked as to whether they have a reference to the object of the type specified by the RuleBaseProperties.TargetType property.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(1)]
public Type LooksFor { get; set; }

Property Value

Type Description
Type

A Type object which specifies the type of the objects which are checked as to whether they have a reference to the object of the type specified by the TargetType property.

See Also