Skip to main content
.NET 6.0+

RuleValidationResult.State Property

Specifies whether the checked object satisfies the RuleValidationResult.Rule.

Namespace: DevExpress.Persistent.Validation

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