Skip to main content

DXValidationProvider.GetInvalidControls() Method

Gets the collection of the controls whose values are invalid.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public virtual IList<Control> GetInvalidControls()

Returns

Type Description
IList<Control>

The collection of the controls whose values are invalid.

See Also