ValidationCompletedEventArgs.Container Property
Gets a container object that holds the validated control(s).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Control | A Control object that represents a container of the validated control(s). |
Remarks
Use the Container property when it’s required to access the container object of the validated control(s) and obtain some its settings.
See Also