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

DXValidationProvider.InvalidControls Property

OBSOLETE

Use the GetInvalidControls() method instead

Gets the collection of the controls whose values are invalid.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("Use the GetInvalidControls method instead")]
[Browsable(false)]
public virtual ICollection InvalidControls { get; }

Property Value

Type Description
ICollection

The collection of the controls whose values are invalid.

Remarks

This member is obsolete. Use the DXValidationProvider.GetInvalidControls method instead.

See Also