Skip to main content
A newer version of this page is available. .

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; }

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