Back to Devexpress

BaseEdit.GetHasValidationError(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-editors-dot-baseedit-dot-gethasvalidationerror-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

BaseEdit.GetHasValidationError(DependencyObject) Method

Gets the value of the BaseEdit.HasValidationError attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetHasValidationError(
    DependencyObject element
)
vb
Public Shared Function GetHasValidationError(
    element As DependencyObject
) As Boolean

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The BaseEdit.HasValidationError property value for the element.

|

See Also

HasValidationError

BaseEdit Class

BaseEdit Members

DevExpress.Xpf.Editors Namespace