DataBindingWarningEventArgs(DataBindingWarningType) Constructor
Initializes a new instance of the DataBindingWarningEventArgs class with the specified settings.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
warningType | DataBindingWarningType | A DataBindingWarningType enumeration value specifying the type of the data binding warning dialog to be invoked. |
Remarks
The DataBindingWarningEventArgs class instance is created automatically and passed to the handler of the SpreadsheetControl.DataBindingWarning event.
See Also