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

RuleBaseProperties.TargetCollectionPropertyName Property

Specifies the collection property for which the current Validation Rule will be checked.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(11)]
[RulePropertiesMemberOf("TargetCollectionOwnerType")]
public string TargetCollectionPropertyName { get; set; }

Property Value

Type Description
String

A string holding the collection property name for which the Validation Rule will be checked.

See Also