'Declaration Public Shared Sub SetHasError( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean CellEditor.SetHasError(obj, value)
public static void SetHasError( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- true if the value being edited by the cell editor is in error; false otherwise.