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

DataBindingWarningEventArgs.WarningType Property

Gets the type of the data binding warning dialog to be invoked.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public DataBindingWarningType WarningType { get; }

Property Value

Type Description
DataBindingWarningType

A DataBindingWarningType enumeration value.

See Also