Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public void UpdateBinding()

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