Skip to main content
A newer version of this page is available. .

IModelValidation Interface

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

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v18.1.dll

Declaration

[ModelReadOnly(typeof(ModelReadOnlyCalculator))]
[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 and is not intended to be implemented by your classes. To learn more, refer to the Application Model Structure topic.

See Also