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

ASPxClientValidationSummary Class

Represents the client-side equivalent of the ASPxValidationSummary control.

Declaration

declare class ASPxClientValidationSummary extends ASPxClientControl

Remarks

In addition to the common functionality inherited from its ancestors, the ASPxClientValidationSummary object allows you to respond to changing editor visibility (ASPxClientValidationSummary.VisibilityChanged).

Note

The client-side programmatic interface is available if the editor’s ASPxValidationSummary.ClientInstanceName property is defined or any client event is handled.

Inheritance

ASPxClientControlBase
ASPxClientControl
ASPxClientValidationSummary
See Also