A newer version of this page is available.
Switch to the current version.
DataViewBase.ValidatesOnNotifyDataErrors Property
Gets or sets whether the GridControl checks for and reports errors that are raised by a data source that implements INotifyDataErrorInfo.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public bool ValidatesOnNotifyDataErrors { get; set; }
Public Property ValidatesOnNotifyDataErrors As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to make the GridControl check for and report errors that are raised by a data source that implements INotifyDataErrorInfo; otherwise, false. |
See Also
Feedback