ErrorProvider
Provides a user interface for indicating that a control on a form has an error associated with it.
Last updated
Was this helpful?
Provides a user interface for indicating that a control on a form has an error associated with it.
The Wisej.NET ErrorProvider indicates control errors to users. When an error is specified, an icon appears beside the control, flashing according to the BlinkStyle and BlinkRate settings. Hovering over the icon reveals a tooltip with the error description.
For data-bound controls, the ErrorProvider requires a specified ContainerControl, set either through the constructor or the ContainerControl property.
For a full list of properties, methods and events see the API documentation.
The ErrorProvider displays alert messages when detecting invalid input.

Class name
"wisej.web.extender.ErrorProvider"
Source code
Last updated
Was this helpful?
Was this helpful?

