ValidationCompletedEventArgs.FirstInvalidControl Property
Gets the first control (either visible or invisible) that hasn’t passed the validation applied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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