ValidationEventArgs(Object, String, Boolean) Constructor
Initializes a new instance of the ValidationEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object that represents the validated value. |
| errorText | String | A string representing the error description. |
| isValid | Boolean |
|
See Also