Skip to main content

CustomNeedToValidateRuleEventArgs.Reason Property

The reason for performing or rejecting the validation.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

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