ErrorProvider
Wisej.Web.ErrorProvider
Last updated
Was this helpful?
Wisej.Web.ErrorProvider
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides a user interface for indicating that a control on a form has an error associated with it.
Initializes a new instance of the class and initializes the default settings for , , and the .
Initializes a new instance of the class attached to a .
containerControl
Initializes a new instance of the class attached to an implementation.
container
Throws:
Throws:
Throws:
dataSource
dataMember
A collection within the dataSource to monitor for errors.
Returns a value indicating whether a control can be extended.
extendee
The control to be extended.
Clears all error providers.
Returns the current error description string for the specified control.
control
The item to get the error description string for.
Throws:
Returns a value indicating where the error icon should be placed in relation to the control.
control
The control to get the icon location for.
Throws:
Returns the amount of extra space to leave next to the error icon.
control
The control to get the padding for.
Throws:
Sets the error description string for the specified control.
control
The control to set the error description string for.
value
Throws:
Sets the location where the error icon should be placed in relation to the control.
control
The control to set the icon location for.
value
Throws:
Sets the amount of extra space to leave between the specified control and the error icon.
control
The control to set the padding for.
value
The number of pixels to add between the icon and the control .
Throws:
Updated the bindings.
All wisej components implement this interface.
Allows an object to serialize itself.
The to monitor for errors.
An that represents the container of the extender.
: Returns or sets a value indicating that the control can display HTML in the ErrorMessage property.
: Returns or sets a value indicating the type of animation to perform when the error icon blinks..
: Returns or sets the rate at which the error icon flashes.
The value is less than zero.
: Returns or sets a value indicating when the error icon flashes.
: Returns or sets the parent control for this .
: Returns or sets the list within a data source to monitor for errors.
: Returns or sets the data source that the monitors for errors.
: Returns true when the error provider contains at least one error.
: Returns or sets the that is displayed next to a control when an error description string has been set for the control.
The assigned value of the is null.
: Returns or sets the default .
: Returns or sets the default .
: Returns or sets the source URL of the image that is displayed next to a control when an error description string has been set for the control.
The assigned value of the is null.
: Returns or sets a value that indicates whether the component is used in a locale that supports right-to-left fonts.
: Returns or sets an object that contains data about the component.
Sets the and properties.
A data set based on the interface to be monitored for errors.
Returns: . true if the control can be extended; otherwise, false.This property will be true if the object is a and is not a or .
Returns: . The error description string for the specified control.
control is null.
Returns: . One of the values. The default icon alignment is .
control is null.
Returns: . The number of pixels to leave between the icon and the control.
control is null.
The error description string, or null or to remove the error.
control is null.
One of the values.
control is null.
control is null.
Fired when the property changes value.