Skip to main content

ASPxClientValidationCompletedEventArgs.container Property

Gets a container object that holds the validated control(s).

#Declaration

TypeScript
container: any

#Property Value

Type Description
any

An object that represents a container of the validated control(s).

#Remarks

Use the container property when it’s required to access the validated control’s container object and obtain some of its settings.

See Also