DXErrorProvider.RefreshControls() Method
Updates error information for all editors managed by the DXErrorProvider.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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