Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RuleSet Properties

Specifies a set of Validation Rules that can be checked against an object.
Name Description
EnableDelayedRuleRegistration Specifies whether all new rules are collected before the RuleSet.GetRules method returns them.
IgnoreWarningAndInformationRules Specifies whether or not the ValidationOutcome.Warning and ValidationOutcome.Information rule validation result types are ignored (see IRuleBaseProperties.ResultType).
NeedToValidateAggregatedRulesInNestedObjectSpace static 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.
RegisteredRules Specifies a list of rules registered in the RuleSet.
RegisteredSources Specifies a list of rule sources registered in the current RuleSet.
See Also