Skip to main content

DXErrorProvider.RefreshControls() Method

Updates error information for all editors managed by the DXErrorProvider.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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