Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DataBindingErrorEventArgs.BindingDirection Property

Indicates whose value is updated during binding.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public DataBindingDirection BindingDirection { get; }

Property Value

Type Description
DataBindingDirection

A DataBindingDirection enumeration value.

See Also