Skip to main content
.NET 6.0+

CustomNeedToValidateRuleEventArgs.Reason Property

The reason for performing or rejecting the validation.

Namespace: DevExpress.Persistent.Validation

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