Skip to main content
.NET 6.0+

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.v23.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