Back to Devexpress

IModelActionValidationContexts Interface

expressappframework-devexpress-dot-expressapp-dot-validation-047f4c39.md

latest2.0 KB
Original Source

IModelActionValidationContexts Interface

Used to extend the Application Model‘s Action node with properties specific to the Validation Module.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

csharp
public interface IModelActionValidationContexts
vb
Public Interface IModelActionValidationContexts

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelActionValidationContexts is used by the ActionValidationController, to extend the IModelAction interface.

See Also

IModelActionValidationContexts Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Validation Namespace