Skip to main content
Tab

ValidationCompletedEventArgs.FirstVisibleInvalidControl Property

Gets the first visible control that hasn’t passed the validation applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FirstVisibleInvalidControl { get; }

Property Value

Type Description
Control

A Control object that represents the first visible invalid control.

Remarks

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

See Also