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

DXErrorProvider.RefreshControls() Method

Updates error information for all editors managed by the DXErrorProvider.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public void RefreshControls()

Remarks

Use the RefreshControls method to forcibly update error information for all editors managed by the DXErrorProvider.

To forcibly update error information for a specific editor, use the DXErrorProvider.RefreshControl method.

See Also