DXErrorProvider.UpdateBinding() Method
Updates the binding and display error information, to reflect errors that could have been set on the data store level.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
This method is typically used when errors are provided on the data store level via the IDXDataErrorInfo interface. See the DXErrorProvider.DataSource topic for more information.
See Also