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

CustomNeedToValidateRuleEventArgs.Reason Property

The reason for performing or rejecting the validation.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

public string Reason { get; set; }

Property Value

Type Description
String

A natural language text that represents the reason to validate the target or not.

See Also