Skip to main content
A newer version of this page is available. .

DXErrorProvider.GetError(Control) Method

Gets an error text associated with the specified control.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue("")]
public string GetError(
    Control control
)

Parameters

Name Type Description
control Control

A control whose error text is returned.

Returns

Type Default Description
String String.Empty

A String value that represents the error text associated with the specified control.

Remarks

An error can be associated with a control explicitly, using the DXErrorProvider.SetError method or indirectly, on the data source level. See the DXErrorProvider.DataSource topic, for information on handling errors on the data source level.

See Also