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.v18.2.dll

Declaration

public bool ImplementIDataErrorInfo

Field Value

Type
Boolean
See Also