DXErrorProvider.RefreshControl(Control) Method
Updates error information for the specified editor.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | The editor whose error information is to be updated. |
Remarks
Use the RefreshControl method to forcibly update error information for the specified editor.
To update error information for all editors managed by the DXErrorProvider, use the DXErrorProvider.RefreshControls method.
See Also