Skip to main content

DXErrorProvider.RefreshControls() Method

Updates error information for all editors managed by the DXErrorProvider.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v24.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