DXErrorProvider.GetError(Control) Method
Gets an error text associated with the specified control.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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