Back to Devexpress

IModelValidationContext Interface

expressappframework-devexpress-dot-expressapp-dot-validation-5598f3f3.md

latest1.6 KB
Original Source

IModelValidationContext Interface

The Context node defines a particular validation context.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

csharp
public interface IModelValidationContext :
    IModelNode
vb
Public Interface IModelValidationContext
    Inherits IModelNode

Remarks

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

See Also

IModelValidationContext Members

Validation (Prevent Data Errors)

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Validation Namespace