ValidationSummarySettings Class
Contains the ValidationSummary extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
To declare the ValidationSummary in a View, invoke the ExtensionsFactory.ValidationSummary helper method. This method returns the ValidationSummary extension that is implemented by the ValidationSummaryExtension class.
To configure the ValidationSummary extension, pass the ValidationSummarySettings object to the ExtensionsFactory.ValidationSummary helper method as a parameter. The ValidationSummarySettings object contains all the ValidationSummary extension settings.
Refer to the ValidationSummary Overview topic to learn how to add the ValidationSummary extension to your project.