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

DXErrorProvider.GetControlsWithError() Method

Gets a list of the controls with which errors are associated.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public IList<Control> GetControlsWithError()

Returns

Type Description
IList<Control>

A list of the controls with which errors are associated.

See Also