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 Events

Specifies a set of Validation Rules that can be checked against an object.
Name Description
CustomIsEmptyValue static Occurs when the RuleSet.IsEmptyValue method is executed to determine whether or not the property value is considered empty.
CustomIsEmptyValueType static
CustomNeedToValidateRule static Occurs when the validation system determines whether or not a rule should be validated.
CustomValidateRule static Occurs when a rule is being validated.
RuleValidated static Occurs after the validation of a rule is complete.
ValidationCompleted Occurs after validation of an entire RuleSet is complete.
See Also