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

RuleValidationResult.Rule Property

Specifies the Validation Rule that was checked.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public IRule Rule { get; }

Property Value

Type Description
IRule

An IRule object which represents the checked Validation Rule.

See Also