Skip to main content

DXErrorProvider.RefreshControl(Control) Method

Updates error information for the specified editor.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void RefreshControl(
    Control control
)

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