Skip to main content

IDataErrorInfoHelper.HasErrors<TOwner>(TOwner, Int32, Expression<Func<TOwner, Object>>[]) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

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