Skip to main content

RuleValidationResult.State Property

Specifies whether the checked object satisfies the RuleValidationResult.Rule.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v26.1.dll

NuGet Package: DevExpress.Persistent.Base

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