Skip to main content
.NET 8.0+

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

ValidationWindowsFormsModule Class

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

Namespace: DevExpress.ExpressApp.Validation.Win

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

#Declaration

[ToolboxTabName("DX.24.2: XAF Modules")]
public sealed class ValidationWindowsFormsModule :
    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). To add this module, invoke the Application Designer for the WinForms application and drag the ValidationWindowsFormsModule item from the Toolbox to the Modules panel.

#Inheritance

See Also