Skip to main content
A newer version of this page is available. .

ValidationSummarySettings Class

Contains the ValidationSummary extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ValidationSummarySettings :
    SettingsBase

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.

Inheritance

Object
SettingsBase
ValidationSummarySettings
See Also