Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RuleValidationResult.State Property

Specifies whether the checked object satisfies the RuleValidationResult.Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public ValidationState State { get; }

Property Value

Type Description
ValidationState

A ValidationState enumeration value which specifies whether the checked object satisfies the RuleValidationResult.Rule.

See Also