DXValidationProvider.GetInvalidControls() Method
Gets the collection of the controls whose values are invalid.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
IList<Control> | The collection of the controls whose values are invalid. |
See Also