Skip to main content
.NET 6.0+

IRuleCollectionPropertyProperties.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

string TargetCollectionPropertyName { get; set; }

Property Value

Type Description
String

A string specifying the collection property for which the current Rule will be checked.

Remarks

For additional information, refer to the Collection Validation topic.

See Also