Skip to main content

DXValidationProvider.GetInvalidControls() Method

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

public virtual IList<Control> GetInvalidControls()

Returns

Type Description
IList<Control>

The collection of the controls whose values are invalid.

See Also