Skip to main content
Row

DataBindingErrorEventArgs.BindingDirection Property

Indicates whose value is updated during binding.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public DataBindingDirection BindingDirection { get; }

Property Value

Type Description
DataBindingDirection

A DataBindingDirection enumeration value.

Available values:

Name Description
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