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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if there is any error; otherwise, false. |
See Also