Skip to main content
Tab

ValidationCompletedEventArgs.Container Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control Container { get; }

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