ErrorInfo Class
In This Article
Encapsulates error information on a specific property.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Remarks
ErrorInfo objects are used to store error information on a business object's properties. The ErrorInfo.ErrorText and ErrorInfo.ErrorType properties specify the error information.
See Also