Back to Devexpress

DataBindingErrorEventArgs.DataBinding Property

officefileapi-devexpress-dot-spreadsheet-dot-databindingerroreventargs.md

latest1.6 KB
Original Source

DataBindingErrorEventArgs.DataBinding Property

Gets a binding object whose binding caused an error.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public WorksheetDataBinding DataBinding { get; }
vb
Public ReadOnly Property DataBinding As WorksheetDataBinding

Property Value

TypeDescription
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

DataBindingErrorEventArgs Class

DataBindingErrorEventArgs Members

DevExpress.Spreadsheet Namespace