Skip to main content

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

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