Skip to main content
A newer version of this page is available. .
Row

DataBindingErrorEventArgs.BindingDirection Property

Indicates whose value is updated during binding.

Namespace: DevExpress.Spreadsheet

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

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