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

IModelValidation Interface

The Validation node defines Contexts and Rules used in your application.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v24.2.dll

#Declaration

[ImageName("BO_Validation")]
public interface IModelValidation :
    IModelNode

The following members return IModelValidation objects:

#Remarks

The Validation node allows setting Rules for objects and their properties without implementing code. Generally, if using the Validation System in your application, it is recommended that you do it in code via attributes. However, providing access to this feature in the Model Editor allows administrators and end-users to edit Rules and Contexts.

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also