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

ValidationSummaryExtension Class

An extension object implementing the ValidationSummary functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class ValidationSummaryExtension :
    ExtensionBase

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
ExtensionBase
ValidationSummaryExtension
See Also