Gets the value of the HasValidationError attached property for a specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public static bool GetHasValidationError(
DependencyObject element
)
|
VB |
static Public Function GetHasValidationError(
ByVal element As DependencyObject
) As Boolean
|
Parameters
-
element
-
Type: DependencyObject
The element from which the property value is read.
Return value
Type: Boolean
The HasValidationError property value for the element.

See Also