Skip to main content

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

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool ImplementIDataErrorInfo

Field Value

Type
Boolean
See Also