DataBindingErrorEventArgs.BindingDirection Property
Indicates whose value is updated during binding.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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