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

RuleFromBoolPropertyProperties.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.v18.2.dll

Declaration

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