Back to Devexpress

IRuleBaseProperties.InvertResult Property

expressappframework-devexpress-dot-persistent-dot-validation-dot-irulebaseproperties-e7131170.md

latest1.4 KB
Original Source

IRuleBaseProperties.InvertResult Property

Specifies whether the Validation Rule is applied directly.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
[DefaultValue(false)]
bool InvertResult { get; set; }
vb
<DefaultValue(False)>
Property InvertResult As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , if an inverted Validation Rule will be checked; otherwise, false.

|

See Also

InvertResult

IRuleBaseProperties Interface

IRuleBaseProperties Members

DevExpress.Persistent.Validation Namespace