DataBindingErrorEventArgs.BindingDirection Property
In This Article
Indicates whose value is updated during binding.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DataBindingDirection BindingDirection { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
Available values:
Name | Description |
---|---|
Range |
An indication that the range is being updated from the data source. |
Data |
An indication that the data source value is being updated from the range. |
See Also