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

DXValidationProvider.GetInvalidControls() Method

Gets the collection of the controls whose values are invalid.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual IList<Control> GetInvalidControls()

Returns

Type Description
IList<Control>

The collection of the controls whose values are invalid.

See Also