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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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