Skip to main content
A newer version of this page is available. .

RuleSet.NeedToValidateAggregatedRulesInNestedObjectSpace Property

Specifies whether or not the RuleSet.NeedToValidateRule method will return true when a rule with an assigned IRuleSupportsCollectionAggregatesProperties.TargetCollectionAggregate property and an object from nested Object Space are passed.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[DefaultValue(false)]
public static bool NeedToValidateAggregatedRulesInNestedObjectSpace { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the NeedToValidateRule method will return true when a rule with an assigned TargetCollectionAggregate property and an object from nested Object Space are passed; otherwise - false.

See Also