Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the GetInvalidControls method instead")]
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