DXErrorProvider.HasErrors Property
Gets whether there is any error that is set via the DXErrorProvider‘s methods or on the data source level.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if there is any error; otherwise, false. |
See Also