Skip to main content
.NET 6.0+

RuleBaseProperties.TargetCollectionPropertyName Property

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

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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