DXErrorProvider.GetControlsWithError() Method
Gets a list of the controls with which errors are associated.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
IList<Control> | A list of the controls with which errors are associated. |
See Also