IDXDataErrorInfo.GetError(ErrorInfo) Method
In This Article
When implemented by a class, this method returns information on an error associated with a business object.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
info | Error |
An Error |
#Remarks
The GetError method must return information on an error associated with the current object.
To set the error text and the type of the error, assign the corresponding values to the ErrorInfo.ErrorText and ErrorInfo.ErrorType properties.
See Also