Back to Devexpress

ASPxValidationSummary Class

aspnet-devexpress-dot-web-48f2992b.md

latest4.9 KB
Original Source

ASPxValidationSummary Class

Represents a control that allows easy validation and display of validation errors, grouped in a single panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxValidationSummary :
    ASPxWebControl,
    IRequiresLoadPostDataControl
vb
Public Class ASPxValidationSummary
    Inherits ASPxWebControl
    Implements IRequiresLoadPostDataControl

Remarks

The ASPxValidationSummary class represents an editor that allows easy validation and display of validation errors grouped in a single panel.

The editor represents a panel with the displayed validation errors of the editors, whose validation group corresponds with the ASPxValidationSummary.ValidationGroup property value. Validation error texts can also serve as links, if the ASPxValidationSummary.ShowErrorAsLink property is set to true. Clicking a link in this case, moves focus to the corresponding invalid editor.

View Example: Page Control for ASP.NET Web Forms - How to create a wizard interface

The manner in which validation error texts are presented within the ASPxValidationSummary ‘s panel can be controlled using the ASPxValidationSummary.RenderMode property. They can be displayed as a table, or as a bulleted or ordered list.

Note

The ASPxValidationSummary control provides you with a comprehensive client-side functionality, implemented using JavaScript code:

The control’s client-side API is enabled if the ASPxValidationSummary.ClientInstanceName property is defined or any client event is handled.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxValidationSummary MVCxValidationSummary

See Also

ASPxValidationSummary Members

Validation Summary

Validation Summary

DevExpress.Web Namespace