Skip to main content

DXValidationProvider.RemoveControlError(Control) Method

Removes an error associated with the specified control.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public virtual void RemoveControlError(
    Control control
)

Parameters

Name Type Description
control Control

A control whose error must be removed.

See Also