Version

DataErrorInfo Class Members

The following tables list the members exposed by DataErrorInfo.

Public Properties
 NameDescription
Public PropertyCellCell associated with this DataError. If no cell was associated with this DataErorr, it will return null.  
Public PropertyErrorTextError message associated with this error.  
Public PropertyExceptionIf the data error is caused by an exception, then this property will return that exception object.  
Public PropertyInvalidValueReturns the invalid value, if any, associated with this DataError event.  
Public PropertyRowRow associated with the DataError. If no row was associated then this will return null.  
Public PropertySourceSource of the DataError.  
See Also