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

DataBindingErrorEventArgs.ErrorType Property

Indicates the cause of an error.

Namespace: DevExpress.Spreadsheet

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

Declaration

public DataBindingErrorType ErrorType { get; }

Property Value

Type Description
DataBindingErrorType

A DataBindingErrorType enumeration member.

See Also