ASPxClientValidationSummary.VisibilityChanged Event
Occurs on the client side when the validation summary’s visibility is changed.
Declaration
VisibilityChanged: ASPxClientEvent<ASPxClientValidationSummaryVisibilityChangedEventHandler<ASPxClientValidationSummary>>
Event Data
The VisibilityChanged event's data class is ASPxClientValidationSummaryVisibilityChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
visible | Gets or sets whether the editor is visible on the client. |
Remarks
Write a handler for the VisibilityChanged event to perform any custom actions on the client side in response to a change in the validation summary’s visibility.
See Also