'Declaration Public Overloads Shared Function FindFromChild( _ ByVal child As DependencyObject _ ) As Row
'Usage Dim child As DependencyObject Dim value As Row value = Row.FindFromChild(child)
public static Row FindFromChild( DependencyObject child )
Parameters
- child
- The DependencyObject for which to find the parent row.
Return Value
The parent row of child.