IDXDataErrorInfo.GetPropertyError(String, ErrorInfo) Method
In This Article
When implemented by a class, this method returns information on an error associated with a specific business object’s property.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
property |
String | A string that identifies the name of the property for which information on an error is to be returned. |
info | Error |
An Error |
#Remarks
The GetPropertyError method must return information on an error associated with the specified property.
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