Skip to main content

ASPxClientValidationSummary Class

Represents the client-side equivalent of the ASPxValidationSummary control.

#Declaration

TypeScript
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