Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataBindingErrorEventArgs.DataBinding Property

Gets a binding object whose binding caused an error.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public WorksheetDataBinding DataBinding { get; }

#Property Value

Type Description
WorksheetDataBinding

A WorksheetDataBinding object that contains information on a specific data binding in a worksheet.

#Remarks

The DataBinding property value can be null if the WorksheetDataBindingCollection.Error event occurs before a binding is created, as in a situation when a range contains merged cells or the range cannot accommodate all data.

See Also