ValidationCompletedEventArgs.FirstVisibleInvalidControl Property
Gets the first visible control 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 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