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