Skip to main content
.NET 6.0+

RuleCriteriaProperties.UsedProperties Property

Specifies the names of the properties to be highlighted when the Validation Rule is broken.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(2)]
public string UsedProperties { get; set; }

Property Value

Type Description
String

A string holding a comma-separated list of property names that represent the properties to be highlighted when the Validation Rule is broken.

Remarks

Important

Always define UsedProperties for warning and info rules.

See Also