RuleBaseProperties.InvertResult Property
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v19.2.dll
Declaration
[RulePropertiesIndex(5)]
public bool InvertResult { get; set; }
<RulePropertiesIndex(5)>
Public Property InvertResult As Boolean
[RulePropertiesIndex(5)]
public bool InvertResult { get; set; }
<RulePropertiesIndex(5)>
Public Property InvertResult As Boolean
[RulePropertiesIndex(5)]
public bool InvertResult { get; set; }
<RulePropertiesIndex(5)>
Public Property InvertResult As Boolean
Property Value
Type |
Description |
Boolean |
true, if an inverted Validation Rule will be checked; otherwise, false.
|
Property Value
Type |
Description |
Boolean |
true, if an inverted Validation Rule will be checked; otherwise, false.
|
Property Value
Type |
Description |
Boolean |
true, if an inverted Validation Rule will be checked; otherwise, false.
|
See Also