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

IDataErrorInfoHelper.HasErrors<TOwner>(TOwner, Int32, Expression<Func<TOwner, Object>>[]) 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<TOwner>(
    TOwner owner,
    int deep = 2,
    params Expression<Func<TOwner, object>>[] excludedProperties
)

Parameters

Name Type
owner TOwner
excludedProperties Expression<Func<TOwner, Object>>[]

Optional Parameters

Name Type Default
deep Int32 2

Type Parameters

Name
TOwner

Returns

Type
Boolean
See Also