Back to Devexpress

DataBindingDirection Enum

officefileapi-devexpress-dot-spreadsheet-63480924.md

latest1.5 KB
Original Source

DataBindingDirection Enum

Indicates whose value is being updated during binding.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum DataBindingDirection
vb
Public Enum DataBindingDirection

Members

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.

|

The following properties accept/return DataBindingDirection values:

Remarks

The DataBindingDirection enumeration value is used by the DataBindingErrorEventArgs.BindingDirection property in the WorksheetDataBindingCollection.Error event handler.

See Also

DevExpress.Spreadsheet Namespace