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