ErrorProvider
Wisej.Web.ErrorProvider
Last updated
Was this helpful?
Wisej.Web.ErrorProvider
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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.
Disposes the component and removes it from the design container.
disposing
true when this method is called by the application rather than a finalizer.
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:
e
e
Renders the client component.
config
Dynamic configuration object.
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.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
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. (Default: False
)
: Returns or sets a value indicating the type of animation to perform when the error icon blinks.. (Default: Blink
)
: Returns or sets the rate at which the error icon flashes. (Default: 250
)
The value is less than zero.
: Returns or sets a value indicating when the error icon flashes. (Default: BlinkIfDifferentError
)
: Returns or sets the container that provides the for binding to the interface implemented by a . (Default: null
)
: Returns or sets the list within a data source to monitor for errors. (Default: ""
)
: Returns or sets the data source that the monitors for errors. (Default: null
)
: 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 . (Default: MiddleRight
)
: Returns or sets the default . (Default: 0
)
: 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. (Default: False
)
: Returns or sets an object that contains data about the component. (Default: null
)
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.
Fires the event.
A that contains the event data.
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.
Exposes a common api implemented by components that can collect errors in relation to a .