Back to Devexpress

ValidationWindowsFormsModule Class

expressappframework-devexpress-dot-expressapp-dot-validation-dot-win.md

latest1.9 KB
Original Source

ValidationWindowsFormsModule Class

The module contained in the DevExpress.ExpressApp.Validation.Win.v25.2.dll assembly.

Namespace : DevExpress.ExpressApp.Validation.Win

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

NuGet Package : DevExpress.ExpressApp.Validation.Win

Declaration

csharp
public sealed class ValidationWindowsFormsModule :
    ModuleBase
vb
Public NotInheritable Class ValidationWindowsFormsModule
    Inherits ModuleBase

Remarks

The ValidationWindowsFormsModule module creates validation error messages (invoked after rules are broken) that are more informative and user friendly than default exception messages. Additionally, this module provides in-place validation support (see IModelValidationContext.AllowInplaceValidation).

Inheritance

Object MarshalByRefObject Component ModuleBase ValidationWindowsFormsModule

See Also

ValidationWindowsFormsModule Members

Validation (Prevent Data Errors)

DevExpress.ExpressApp.Validation.Win Namespace