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

POCOViewModelAttribute.ImplementIDataErrorInfo Field

Specifies whether to implement the IDataErrorInfo interface.

The IDataErrorInfo interface provides the functionality to offer custom error information that a user interface can bind to.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public bool ImplementIDataErrorInfo

Field Value

Type
Boolean
See Also