Skip to main content

IRuleCollectionPropertyProperties.TargetCollectionPropertyName Property

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

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

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