'Declaration Public Shared Function GetHasError( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = CellEditor.GetHasError(obj)
public static bool GetHasError( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
true if the value being edited by the cell editor is in error; false otherwise.