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

RuleCombinationOfPropertiesIsUniqueProperties.TargetProperties Property

Specifies the properties which must satisfy the current Validation Rule.

Namespace: DevExpress.Persistent.Validation

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