ASPxClientValidationCompletedEventArgs.container Property
In This Article
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 |
#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