Skip to main content
All docs
V24.2
.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

IRuleSet 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 IRuleSet.GetRules method returns them.
IgnoreWarningAndInformationRules Specifies whether or not the ValidationOutcome.Warning and ValidationOutcome.Information rule validation result types are ignored (see IRuleBaseProperties.ResultType).
RegisteredRules Adds validation rules of the class given as a parameter to the IRuleSet.
RegisteredSources Specifies a list of rule sources registered in the current IRuleSet.
See Also