Skip to main content

DXValidationProvider.RemoveControlError(Control) Method

Removes an error associated with the specified control.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RemoveControlError(
    Control control
)

Parameters

Name Type Description
control Control

A control whose error must be removed.

See Also