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