Back to Devexpress

DataBindingErrorEventArgs.BindingDirection Property

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

latest1.5 KB
Original Source

DataBindingErrorEventArgs.BindingDirection Property

Indicates whose value is updated during binding.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public DataBindingDirection BindingDirection { get; }
vb
Public ReadOnly Property BindingDirection As DataBindingDirection

Property Value

TypeDescription
DataBindingDirection

A DataBindingDirection enumeration value.

|

Available values:

NameDescription
RangeUpdate

An indication that the range is being updated from the data source.

| | DataSourceUpdate |

An indication that the data source value is being updated from the range.

|

See Also

DataBindingErrorEventArgs Class

DataBindingErrorEventArgs Members

DevExpress.Spreadsheet Namespace