CustomNeedToValidateRuleEventArgs.NeedToValidateRule Property
Specifies whether the rule will be validated or not.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | If true, the rule will be validated; otherwise, false. |
See Also