Skip to main content
A newer version of this page is available. .
Tab

ValidationCompletedEventArgs.FirstInvalidControl Property

Gets the first control (either visible or invisible) that hasn’t passed the validation applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FirstInvalidControl { get; }

Property Value

Type Description
Control

A Control object that represents the first invalid control.

Remarks

Use the FirstInvalidControl property to access an object representing the first input control that has an invalid value.

See Also