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

IDataErrorInfoHelper.HasErrors(IDataErrorInfo, Boolean, Int32, Func<PropertyDescriptor, Boolean>) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public static bool HasErrors(
    IDataErrorInfo owner,
    bool ignoreOwnerError,
    int deep = 2,
    Func<PropertyDescriptor, bool> propertyFilter = null
)

Parameters

Name Type
owner IDataErrorInfo
ignoreOwnerError Boolean

Optional Parameters

Name Type Default
deep Int32 2
propertyFilter Func<PropertyDescriptor, Boolean> *null*

Returns

Type
Boolean
See Also