RuleValidationResult.State Property
Specifies whether the checked object satisfies the RuleValidationResult.Rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
ValidationState | A ValidationState enumeration value which specifies whether the checked object satisfies the RuleValidationResult.Rule. |
See Also