DataBindingErrorEventArgs Class
Provides data for the WorksheetDataBindingCollection.Error event.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v21.2.Core.dll
Declaration
Remarks
The WorksheetDataBindingCollection.Error event occurs when an error happens during data update in the binding range or in the bound data source.
The DataBindingErrorEventArgs contains values that enable determining the cause of the error, the binding range and the row in which the error occurs.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DataBindingErrorEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.