Skip to main content
.NET 6.0+

RuleCombinationOfPropertiesIsUniqueProperties.TargetProperties Property

Specifies the properties which must satisfy the current Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(0)]
public string TargetProperties { get; set; }

Property Value

Type Description
String

A string holding a comma-separated list of property names that represent the properties which must satisfy the Validation Rule.

See Also